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
Display the matched elements by fading them to opaque.
A Promise-like object (or “thenable”) that resolves when the document is ready.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Send data to the server using a HTTP POST request.
Display or hide the matched elements by animating their opacity.
Hide the matched elements by fading them to transparent.
Load data from the server using a HTTP GET request.
Display the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Load JSON-encoded data from the server using a GET HTTP request.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.