Side navigation
#3771 closed bug (fixed)
Opened January 02, 2009 09:39PM UTC
Closed January 04, 2009 10:03PM UTC
Last modified January 04, 2009 10:08PM UTC
: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.
Just fixed this in Sizzle, will be merging with jQuery very soon.