Bug Tracker

Opened 11 years ago

Closed 11 years ago

#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:
Blocked by: Blocking:

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 (4)

comment:2 Changed 11 years ago by addyosmani

Priority: undecidedlow

comment:3 Changed 11 years ago by addyosmani

Keywords: needsreview added

comment:4 Changed 11 years ago by addyosmani

Keywords: needsreview removed
Resolution: invalid
Status: newclosed

Closing as the ticket related to this was similarly closed. We decided not to go for it, but thanks for your time on the PR!

Version 1, edited 11 years ago by addyosmani (previous) (next) (diff)
Note: See TracTickets for help on using tickets.