jQuery.uniqueSort()
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.
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.
Determine whether an element has any jQuery data associated with it.
Remove a callback or a collection of callbacks from a callback list.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.