.on()
Attach an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Perform an asynchronous HTTP (Ajax) request.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched 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.
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.
Store arbitrary data associated with the specified element and/or return the value that was set.
Perform a custom animation of a set of CSS properties.
Encode a set of form elements as an array of names and values.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Remove an event handler.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Attach a handler to an event for the elements.
Translate all items in an array or object to new array of items.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.