jQuery.holdReady()
Holds or releases the execution of jQuery’s ready event.
Holds or releases the execution of jQuery’s ready event.
Bind an event handler to the “keydown” 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 do not match the given selector.
Load data from the server and place the returned HTML into the matched elements.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Select the element at index n within the matched set.
Select all elements at an index less than index within the matched set.
Selects the last matched element.
Iterate over a jQuery object, executing a function for each matched element.
Select all elements that have no children (including text nodes).
Remove a previously-stored piece of data.
Add handlers to be called when the Deferred object is either resolved or rejected.
Return a number representing the current time.
Convert an array-like object into a true JavaScript array.
Determine whether the argument is a window.
Reduce the set of matched elements to the one at the specified index.
Remove the whitespace from the beginning and end of a string.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.