.context
  • References/JavaScript/jQuery/Miscellaneous

The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.

2025-01-10 15:47:30
.get()
  • References/JavaScript/jQuery/Miscellaneous

Retrieve one of the elements matched by the jQuery object. The .get() method grants

2025-01-10 15:47:30
.size()
  • References/JavaScript/jQuery/Miscellaneous

Return the number of elements in the jQuery object. The .size() method is deprecated

2025-01-10 15:47:30
jQuery.error()
  • References/JavaScript/jQuery/Miscellaneous

Takes a string and throws an exception containing it. This method exists primarily for plugin developers

2025-01-10 15:47:30
jQuery.holdReady()
  • References/JavaScript/jQuery/Miscellaneous

Holds or releases the execution of jQuery's ready event. The $.holdReady() method allows

2025-01-10 15:47:30
.index()
  • References/JavaScript/jQuery/Miscellaneous

Search for a given element from among the matched elements. Return Values If

2025-01-10 15:47:30
jQuery()
  • References/JavaScript/jQuery/Miscellaneous

Accepts a string containing a CSS selector which is then used to match a set of elements. In the

2025-01-10 15:47:30
.jquery
  • References/JavaScript/jQuery/Miscellaneous

A string containing the jQuery version number. The .jquery property is assigned to

2025-01-10 15:47:30
.toArray()
  • References/JavaScript/jQuery/Miscellaneous

Retrieve all the elements contained in the jQuery set, as an array. .toArray() returns

2025-01-10 15:47:30
jQuery.noConflict()
  • References/JavaScript/jQuery/Miscellaneous

Relinquish jQuery's control of the $ variable. Many JavaScript libraries use $

2025-01-10 15:47:30