.animate()
Perform a custom animation of a set of CSS properties.
Perform a custom animation of a set of CSS properties.
Attach a handler to an event for the elements.
Attach an event handler function for one or more events to the selected elements.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Hide the matched elements.
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
Search for a specified value within an array and return its index (or -1 if not found).
Remove the whitespace from the beginning and end of a string.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Hide the matched elements with a sliding motion.
Perform an asynchronous HTTP (Ajax) request.
Display the matched elements.
Display or hide the matched elements with a sliding motion.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Display the matched elements with a sliding motion.
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Display or hide the matched elements by animating their opacity.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.