jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) 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
Attach an event handler function for one or more events to the selected elements.
Perform a custom animation of a set of CSS properties.
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 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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Attach an event handler for all elements which match the current selector, now and in the future.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
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.
Insert content, specified by the parameter, after each element in the set of matched elements.
Load JSON-encoded data from the server using a GET HTTP request.
Insert content, specified by the parameter, before each element in the set of matched elements.
Load data from the server using a HTTP GET request.
Adds the specified class(es) to each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Attach a handler to an event for the elements.
Create a deep copy of the set of matched elements.
Send data to the server using a HTTP POST request.