Modify ↓
Ticket #3316 (closed bug: fixed)
$("<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 |
| Blocking: | Blocked by: |
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
Change History
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.
