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.
Perform a custom animation of a set of CSS properties.
Attach an event handler function for one or more events to the selected 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.
Create a deep copy of the set of matched elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Remove a previously-attached event handler from the elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Display or hide the matched elements.
Remove event handlers previously attached using .live() from the elements.
Attach an event handler for all elements which match the current selector, now and in the future.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Reduce the set of matched elements to a subset specified by a range of indices.
Merge the contents of two or more objects together into the first object.
Bind an event handler to the “load” JavaScript event.
Display the matched elements with a sliding motion.