Wijmo UI for the Web
remove Method
Specified which item should be removed.
Remove the item at specified index.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var index; // Type:  number
    
    value = $(".selector").wijcarousel("remove", index);
});
Javascript (Specification) 
function remove( 
   index : number
) : any;

Parameters

index
Specified which item should be removed.
Browser Compatibility
7
5
5

See Also

Reference

wijcarousel type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.