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.
Selects all elements of the specified language.
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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects all elements of type radio.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” 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.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.