tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system
$(…) jQuery Function:
Returns:jQuery
Accepts a string containing a CSS selector which is then used to match a set of elements.
Holds or releases the execution of jQuery's ready event.
Access to jQuery object:
Iterate over a jQuery object, executing a function for each matched element.
Returns:Number
Return the number of DOM elements matched by the jQuery object.
Returns:Number
The number of elements in the jQuery object.
A selector representing selector originally passed to jQuery().
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Retrieve the DOM elements matched by the jQuery object.
Search for a given element from among the matched elements.
Returns:jQuery
Store arbitrary data associated with the matched elements.
Remove a previously-stored piece of data.
Remove from the queue all items that have not yet been run.
Returns:Array
Show the queue of functions to be executed on the matched elements.
Execute the next function on the queue for the matched elements.
Retrieve all the DOM elements contained in the jQuery set, as an array.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
Determine whether an element has any jQuery data associated with it.
Compatibility:
Relinquish jQuery's control of the $ variable.
Was this information helpful?
   

Comments