Side navigation
#3316 closed bug (fixed)
Opened September 02, 2008 10:03AM UTC
Closed February 07, 2009 03:12AM UTC
$("<tr>").is("a bug") may not return true
Reported by: | ghum | Owned by: | flesler |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | selector | Version: | 1.2.6 |
Keywords: | .is( selector | Cc: | ghum, flesler |
Blocked by: | Blocking: |
Description
using space seperated selector-Strings with $(element).is("<sometag><space><somestring>") allways returns true.
$("<td/>").is("tr label") -> true
$("<td/>").is("a badjoke") -> true
- either anchestor-selectors should be properly supported
- or raise an exception
- or return undefined ...
returning true is really not good