Modify ↓
Ticket #3771 (closed bug: fixed)
:not selector using decendents (version 1.3b1)
| Reported by: | kpowell | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | selector | Version: | |
| Keywords: | :not | Cc: | |
| Blocking: | Blocked by: |
Description
When using code like the following:
$(':not("#wrapper a")').click(...);
I get the following error:
"Syntax error, unrecognized expression: a' when calling method:"
This works fine in 1.2.6.
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.

Just fixed this in Sizzle, will be merging with jQuery very soon.