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

Parameters

item
Indicates the item to be removed.
See Also

Reference

wijlist type
wijlist jQuery Widget