jQuery()
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
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.
Relinquish jQuery’s control of the $ variable.
Store arbitrary data associated with the specified element and/or return the value that was set.
Show or manipulate the queue of functions to be executed on the matched element.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Determine the internal JavaScript [[Class]] of an object.
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.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Attach an event handler function for one or more events to the selected elements.
Takes a function and returns a new one that will always have a particular context.
Load data from the server using a HTTP GET request.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Send data to the server using a HTTP POST request.
Insert content, specified by the parameter, after each element in the set of matched elements.
Merge the contents of two or more objects together into the first object.
Determine whether an element has any jQuery data associated with it.
Insert content, specified by the parameter, before each element in the set of matched elements.
Perform a custom animation of a set of CSS properties.