Wijmo UI for the Web
unselectItems Method
wijmo.list Namespace > wijlist type : unselectItems Method
The zero-based index numbers of items to clear.
The unselectItems method clears selections from the indicated list items.
Syntax
$(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.
See Also

Reference

wijlist type
wijlist jQuery Widget