wijmo.carousel Namespace > wijcarousel type : remove Method |
Javascript (Usage) | |
---|---|
$(function () { var value; // Type: any // Parameters var index; // Type: number value = $(".selector").wijcarousel("remove", index); }); |
Javascript (Specification) | |
---|---|
function remove( index : number ) : any; |