$(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.
$(function () { var returnsValue; // Type: any // Parameters var item; // Type: object returnsValue = $(".selector").wijlist("removeItem", item); });
function removeItem( item : object ) : any;