Wijmo UI for the Web
counterType Option
wijmo.lightbox.wijlightbox Namespace > options type : counterType Option

Default value: 'default'

Determines the type counter style. Possible values are: 'default', 'sequence'

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "counterType");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "counterType", newValue);
        
});
var counterType : string;
Example
$("#id").wijlightbox({
     counterType: 'sequence'
 });
See Also

Reference

options type
wijlightbox jQuery Widget