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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
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.
Remove a previously-attached event handler from the elements.
Hide the matched elements.
Attach a handler to an event for the elements.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Load data from the server and place the returned HTML into the matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Specify a function to execute when the DOM is fully loaded.
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.
Hide the matched elements by fading them to transparent.