blur event

Bind an event handler to the “blur” event, or trigger that event on an element.

focus event

Bind an event handler to the “focus” event, or trigger that event on an element.

.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.

@jQuery API