jQuery.parseHTML()
Parses a string into an array of DOM nodes.
Parses a string into an array of DOM nodes.
Selects all elements that are the last among siblings of the same element name.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Selects all elements that have no siblings with the same element name.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
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.
Bind an event handler to the “keydown” event, or trigger that event on an element.
Translate all items in an array or object to new array of items.
Convert an array-like object into a true JavaScript array.
Selects all elements that are visible.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Determine whether an element has any jQuery data associated with it.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Load JSON-encoded data from the server using a GET HTTP request.
Call all of the callbacks with the given arguments.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Bind an event handler to the “change” event, or trigger that event on an element.
Determines if its argument is callable as a function.