.unbind()
Remove a previously-attached event handler from the elements.
Remove a previously-attached event handler from the elements.
Takes a function and returns a new one that will always have a particular context.
Call the progressCallbacks on a Deferred object with the given args.
Call the progressCallbacks on a Deferred object with the given context and args.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
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.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Modify and filter HTML strings passed through jQuery manipulation methods.
Reject a Deferred object and call any failCallbacks with the given args.