.end()
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Selects all input elements of type text.
Selects all elements that are visible.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Wrap an HTML structure around the content of each element in the set of matched elements.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Reject a Deferred object and call any failCallbacks with the given args.
Adds the specified class(es) to each element in the set of matched elements.
Selects a single element with the given id attribute.
Selects all elements of type image.
Selects all elements of type checkbox.
Selects all elements of type reset.
Call the progressCallbacks on a Deferred object with the given args.
Add handlers to be called when the Deferred object generates progress notifications.
Selects all elements with the given class.
Parses a string into an array of DOM nodes.
Add handlers to be called when the Deferred object is rejected.
Call the progressCallbacks on a Deferred object with the given context and args.