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.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Perform a custom animation of a set of CSS properties.
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.
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.
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.
Merge the contents of two or more objects together into the first object.
Hide the matched elements.
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.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Creates an object that handles the actual transmission of Ajax data.
Display the matched elements by fading them to opaque.
Specify a function to execute when the DOM is fully loaded.
Adjust the opacity of the matched elements.