.map()

Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.

.uniqueSort()

Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.