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 an asynchronous HTTP (Ajax) request.
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.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Attach a handler to an event for the elements.
Remove a previously-attached event handler from the elements.
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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Remove from the queue all items that have not yet been run.
Load data from the server and place the returned HTML into the matched elements.
Specify a function to execute when the DOM is fully loaded.
Hide the matched elements.
Search for a given element from among the matched 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.
Show or manipulate the queue of functions to be executed on the matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.