jQuery.unique Method (JsArray)
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static JsArray unique(JsArray array)
Parameters
array
Return Value
Type: SharpKit.JavaScript.JsArray
|