$(function () { var returnsValue; // Type: number // Parameters var label; // Type: string returnsValue = $(".selector").wijlist("findIndexByLabel", label); });
function findIndexByLabel( label : string ) : number;
Parameters
- label
- Indicates the specified item's label that used to search.
Return Value
the index of first matched list item.