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

Default value: false

Determines whether to show the pager element. By default, if showPager is set to true, the pager will appear at the bottom right of the widget and allows run time carousel item navigation. You can customize the location and appearance of the pager by using the pagerPosition and pagerType options.

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

Reference

options type
wijcarousel jQuery Widget