.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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Remove an event handler.
Translate all items in an array or object to new array of items.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
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.
Store arbitrary data associated with the specified element and/or return the value that was set.
Insert every element in the set of matched elements before the target.
Create a new jQuery object with elements added to the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Insert every element in the set of matched elements after the target.
Load data from the server and place the returned HTML into the matched elements.
Display or hide the matched elements.
Display or hide the matched elements with a sliding motion.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.