jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
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.
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.
Attach a handler to an event for the elements.
Remove a previously-attached event handler from the elements.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Hide the matched elements by fading them to transparent.
Hide the matched elements.
Display the matched elements by fading them to opaque.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Display the matched elements.
Hide the matched elements with a sliding motion.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of 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.
Insert content, specified by the parameter, after each element in the set of matched elements.