Wijmo UI for the Web
showTimer Option
wijmo.carousel.wijcarousel Namespace > options type : showTimer Option

Default value: false

Determines if the timer of the carousel should be shown. If true, the timer appears by default at the top of the carousel with a play/pause button allowing carousel items to be automatically cycled through at run time.

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

Reference

options type
wijcarousel jQuery Widget