Side navigation
#4467 closed bug (worksforme)
Opened April 01, 2009 04:19PM UTC
Closed December 08, 2009 08:40PM UTC
:not() selector does not handle properly multiple classes (.class1.class2.class3)
Reported by: | Ickata | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.4a1 |
Keywords: | not,class | Cc: | |
Blocked by: | Blocking: |
Description
When trying to exclude elements which have more than one class name, the selector does not work.
Example:
$('div:not(.class1)') works
$('div:not(.class1.class2)') does not work
This issue could be seen only in version 1.3+
1.2.6 works fine.
Attachments (0)
Change History (1)
Changed December 08, 2009 08:40PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
version: | 1.3 → 1.4a1 |
Works for me.
http://github.com/jeresig/sizzle/commit/1d31243e86764a512e8ec7da49a7158642330f24