Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Get the current computed height for the first element in the set of matched elements. The difference
Attach an event handler for all elements which match the current selector, now and in the future. As
Reject a Deferred object and call any failCallbacks with the given args. Normally,
Adjust the opacity of the matched elements. The .fadeTo() method animates the opacity
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element. This
Selects all elements that are the nth-child of their parent. Because jQuery's implementation of
Get the current computed height for the first element in the set of matched elements, including padding but not border.
Selects all elements of type radio. $( ":radio" ) is equivalent to $( "[type=radio]"
Page 28 of 32