.keyup()
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Selects all elements that have no siblings with the same element name.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Selects all elements that are the last among siblings of the same element name.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript 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.
Get the children of each element in the set of matched elements, including text and comment nodes.
Translate all items in an array or object to new array of items.
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.
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.
Selects all elements that are visible.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Load JSON-encoded data from the server using a GET HTTP request.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.