jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
Perform an asynchronous HTTP (Ajax) request.
Attach an event handler function for one or more events to the selected 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
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.
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.
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.
Display or hide the matched elements.
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.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Display or hide the matched elements with a sliding motion.
Display the matched elements.
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Load JSON-encoded data from the server using a GET HTTP request.
Load data from the server and place the returned HTML into the matched elements.
Load data from the server using a HTTP GET request.
Hide the matched elements by fading them to transparent.