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

Default value: false

Determines whether to display the time bar.

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

Reference

options type
wijlightbox jQuery Widget