jQuery.proxy()
Takes a function and returns a new one that will always have a particular context.
Takes a function and returns a new one that will always have a particular context.
Remove a previously-attached event handler from the elements.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Reduce the set of matched elements to the final one in the set.
Determine whether a Deferred object has been rejected.
Holds or releases the execution of jQuery’s ready event.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Set default values for future Ajax requests. Its use is not recommended.
Display or hide the matched elements.
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.
Selects all elements that are selected.
Selects all elements that are hidden.
Selects all elements that are headers, like h1, h2, h3 and so on.
Selects all input, textarea, select and button elements.
Selects all button elements and elements of type button.
Selects the first matched DOM element.
Set a timer to delay execution of subsequent items in the queue.
Remove an event handler.