jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Send data to the server using a HTTP POST request.
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
Perform a custom animation of a set of CSS properties.
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.
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.
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.
Stop the currently-running animation on the matched elements.
Attach an event handler function for one or more events to the selected elements.
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.
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.
Display the matched elements.
Search for a given element from among the matched elements.
Load JSON-encoded data from the server using a GET HTTP request.
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.
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.
Display or hide the matched elements with a sliding motion.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.