jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Hide the matched elements.
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
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Attach an event handler function for one or more events to the selected elements.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Perform a custom animation of a set of CSS properties.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Utility method to filter and/or chain Deferreds.
Return a Deferred’s Promise object.
Add handlers to be called when the Deferred object is resolved.
Hide the matched elements by fading them to transparent.
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.
Hide the matched elements with a sliding motion.
Display or hide the matched elements.
Add handlers to be called when the Deferred object is rejected.
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.
Attach a handler to an event for the elements.