Wijmo UI for the Web
indexOf Method
wijmo.list Namespace > wijlist type : indexOf Method
Indicates the specified item.
The indexOf method returns the index of the specified list item.
Syntax
$(function () {
    var returnsValue; // Type:  number
    // Parameters
    var item; // Type:  object
    
    returnsValue = $(".selector").wijlist("indexOf", item);
});
function indexOf( 
   item : object
) : number;

Parameters

item
Indicates the specified item.

Return Value

the index of first matched specified item.
See Also

Reference

wijlist type
wijlist jQuery Widget