Modify ↓
Ticket #11124 (closed enhancement: invalid)
feature request: context parameter for .is
| Reported by: | gibson042 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/1454.html observes a similarity between Element.matches and jQuery.fn.is, with a gap from our method's lack of a context parameter. Adding the two-parameter signature would fill in that gap, both increasing (future) standards compatibility and fulfilling the bulk of #10868.
Usage:
- jQuery(element).is("~ selector", sibling)
- jQuery(descendant).is("selector", ancestor)
- jQuery(child).is("> selector", parent)
Change History
comment:2 Changed 17 months ago by addyosmani
- Priority changed from undecided to low
Posted some comments: https://github.com/jquery/jquery/pull/651
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

https://github.com/jquery/jquery/pull/651