.slice()
Reduce the set of matched elements to a subset specified by a range of indices.
Reduce the set of matched elements to a subset specified by a range of indices.
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.
Display the matched elements.
Hide the matched elements.
Display the matched elements by fading them to opaque.
Display or hide the matched elements.
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
The namespace specified when the event was triggered.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Hide the matched elements by fading them to transparent.
Attach a handler to an event for the elements.
Attach an event handler function for one or more events to the selected elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Display or hide the matched elements by animating their opacity.
Selects all elements that are hidden.
Creates an object that handles the actual transmission of Ajax data.