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

Determines the thumbnails list for a pager when pagerType is "thumbnails".

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

Reference

options type
wijcarousel jQuery Widget