Web Development with jQuery®

(Elliott) #1

Appendix C (^) ❘ 507
bapp03.indd 02/17/2015 Page 507
nextUntil([selector][,
filter])
Selects all subsequent sibling elements up to
but not including the element matched by the
selector.
If the optional filter argument is specifi ed,
the matched elements are further fi ltered
against the selector you provide to the
filter argument.
jQuery
nextUntil([element][,
filter])
Selects all subsequent sibling elements up to
but not including the element object refer-
ence provided.
If the optional filter argument is specifi ed,
the matched elements are further fi ltered
against the selector you provide to the
filter argument.
jQuery
not(selector) Removes elements from the selection that
match the specifi ed selector.
jQuery
not(elements) Removes elements from the selection that
match the specifi ed DOM element object
reference(s).
jQuery
not(function(index)) Removes elements from the selection based
on the whether the callback function returns
true or false. If the callback function returns
true, the element current is excluded from
the selection; if the callback function returns
false, it is included in the selection.
As with most jQuery callback functions,
this refers to the current element within
the callback function, and the callback func-
tion is provided the argument list:
offset, element.
jQuery
not(selection) Removes elements from the selection based
on whether the elements in the selection
match elements in the provided selection
object.
jQuery
offsetParent() Gets the closest ancestor element that is
positioned with position absolute,
relative or fixed.
jQuery
parent([selector]) Selects all immediate parent elements; the
selector argument is optional.
jQuery
continues
http://www.it-ebooks.info

Free download pdf