Wijmo UI for the Web
removeItem Method
Indicates the item to be removed.
The removeItem method removes the specified item from the wijlist.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var item; // Type:  object
    
    returnsValue = $(".selector").wijlist("removeItem", item);
});
Javascript (Specification) 
function removeItem( 
   item : object
) : any;

Parameters

item
Indicates the item to be removed.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.