:eq() Selector
Select the element at index n within the matched set.
Select the element at index n within the matched set.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Bind an event handler to the “load” JavaScript 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.
Display the matched elements with a sliding motion.
Selects all elements that are disabled.
Selects all elements that are descendants of a given ancestor.
Takes a function and returns a new one that will always have a particular context.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Send data to the server using a HTTP POST request.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Remove an event handler.
Remove elements from the set of matched elements.
Select all elements that have no children (including text nodes).
Insert content, specified by the parameter, before each element in the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.