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.
Perform a custom animation of a set of CSS properties.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Attach a handler to an event for the elements.
Create a new jQuery object with elements added to the set of matched elements.
Takes a function and returns a new one that will always have a particular context.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Display or hide the matched elements with a sliding motion.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Hide the matched elements with a sliding motion.
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.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Hide the matched elements.
Hide the matched elements by fading them to transparent.
Display or hide the matched elements.
Translate all items in an array or object to new array of items.
Display the matched elements with a sliding motion.