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

Default value: true

Determines whether the caption of items should be shown.

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

Reference

options type
wijcarousel jQuery Widget