Wijmo UI for the Web
remove Method
Specified which item should be removed.
Removes the item at specified index. The parameter is the index of item to add , If no index specified the last item will be removed.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijgallery("remove", index);
});
Javascript (Specification) 
function remove( 
   index : number
) : any;

Parameters

index
Specified which item should be removed.
Example
$("#element").wijgallery("remove", index);
Browser Compatibility
7
5
5

See Also

Reference

wijgallery type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.