The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Retrieve one of the elements matched by the jQuery object. The .get() method grants
Return the number of elements in the jQuery object. The .size() method is deprecated
Accepts a string containing a CSS selector which is then used to match a set of elements. In the
Search for a given element from among the matched elements. Return Values If
Holds or releases the execution of jQuery's ready event. The $.holdReady() method allows
Takes a string and throws an exception containing it. This method exists primarily for plugin developers
A string containing the jQuery version number. The .jquery property is assigned to
Retrieve all the elements contained in the jQuery set, as an array. .toArray() returns
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Page 1 of 2