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

Default value: true

Determines whether to display the counter.

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

Reference

options type
wijlightbox jQuery Widget