Method | Description | |
---|---|---|
FixDropdownTouch ( jQueryObject dropdown ) : void | ||
GetSelectedCheckboxIds ( string className ) : int[] | ||
NaturalCompare ( string a, string b ) : int | ||
OnTransitionEnd ( jQueryObject obj, System.Action trigger ) : void |
Method | Description | |
---|---|---|
NaturalCompare ( object a, object b ) : int |
public static FixDropdownTouch ( jQueryObject dropdown ) : void | ||
dropdown | jQueryObject | |
return | void |
public static GetSelectedCheckboxIds ( string className ) : int[] | ||
className | string | |
return | int[] |
public static NaturalCompare ( string a, string b ) : int | ||
a | string | |
b | string | |
return | int |
public static OnTransitionEnd ( jQueryObject obj, System.Action trigger ) : void | ||
obj | jQueryObject | |
trigger | System.Action | |
return | void |