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

Version 1.6

All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.

Get the value of an attribute for the first element in the set of matched elements.
Get the first ancestor element that matches the selector, beginning at the current element and progressing up through the DOM tree.
Add handlers to be called when the Deferred object is either resolved or rejected.
Utility method to filter and/or chain Deferreds.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects element if it is currently focused.
Holds or releases the execution of jQuery's ready event.
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.
Translate all items in an array or object to new array of items.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Get the value of a property for the first element in the set of matched elements.
Remove a property for the set of matched elements.
Remove a handler from the event for all elements which match the current selector, now or in the future, based upon a specific set of root elements.
Was this information helpful?
   

Comments