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