#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: | |
Blocked by: | Blocking: |
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.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
Just fixed this in Sizzle, will be merging with jQuery very soon.