jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Perform a custom animation of a set of CSS properties.
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.
Send data to the server using a HTTP POST request.
Stop the currently-running animation on the matched elements.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
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 an event handler function for one or more events to the selected elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
Display the matched elements.
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 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 combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Load data from the server using a HTTP GET request.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.