.val()
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 value of the first element in the set of matched elements or set the value of every matched element.
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.
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.
Perform an asynchronous HTTP (Ajax) request.
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.
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
Encode a set of form elements as an array of names and values.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Perform a custom animation of a set of CSS properties.
Translate all items in an array or object to new array of items.
Utility method to filter and/or chain Deferreds.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Selects elements that have the specified attribute with a value containing a given substring.