$(function () { var returnsValue; // Type: any // Parameters var indices; // Type: array returnsValue = $(".selector").wijlist("unselectItems", indices); });
function unselectItems( indices : array ) : any;
Parameters
- indices
- The zero-based index numbers of items to clear.