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 →
Attach an event handler function for one or more events to the selected elements.
Perform an asynchronous HTTP (Ajax) request.
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.
Perform a custom animation of a set of CSS properties.
Remove a previously-attached event handler from the elements.
Wrap an HTML structure around all elements in the set of matched elements.
Attach an event handler for all elements which match the current selector, now and in the future.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Remove event handlers previously attached using .live() from the elements.
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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove elements from the set of matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the children of each element in the set of matched elements, optionally filtered by a selector.