.prop()
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Selects all elements that are the nth-child of their parent.
Display the matched elements by fading them to opaque.
For key or mouse events, this property indicates the specific key or button that was pressed.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Remove the set of matched elements from the DOM.
Retrieve the DOM elements matched by the jQuery object.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Lock a callback list in its current state.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Load JSON-encoded data from the server using a GET HTTP request.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Encode a set of form elements as an array of names and values.
Selects a single element with the given id attribute.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Display the matched elements with a sliding motion.
Selects all elements.