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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
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 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 a custom animation of a set of CSS properties.
Encode a set of form elements as a string for submission.
Selects all elements that are selected.
Create a new jQuery object with elements added to the set of matched elements.
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.
Selects the combined results of all the specified selectors.
Encode a set of form elements as an array of names and values.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Return a Deferred’s Promise object.
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.
Load data from the server using a HTTP GET request.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.