Wijmo UI for the Web
remove Method
wijmo.carousel Namespace > wijcarousel type : remove Method
Specified which item should be removed.
Remove the item at specified index.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijcarousel("remove", index);
});
function remove( 
   index : number
) : any;

Parameters

index
Specified which item should be removed.
See Also

Reference

wijcarousel type
wijcarousel jQuery Widget