$(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.