Wijmo UI for the Web
removeItemAt Method
wijmo.list Namespace > wijlist type : 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
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijlist("removeItemAt", index);
});
function removeItemAt( 
   index : number
) : any;

Parameters

index
The zero-based index of the list item to remove.
See Also

Reference

wijlist type
wijlist jQuery Widget