Wijmo UI for the Web
removeItemAt Method
The zero-based index of the list item to remove.
The removeItemAt method removes the specified list item by index from the wijlist widget.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijlist("removeItemAt", index);
});
Javascript (Specification) 
function removeItemAt( 
   index : number
) : any;

Parameters

index
The zero-based index of the list item to remove.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.