Opened 14 years ago
Closed 13 years ago
#4467 closed bug (worksforme)
: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.
Change History (1)
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Version: | 1.3 → 1.4a1 |
Note: See
TracTickets for help on using
tickets.
Works for me. http://github.com/jeresig/sizzle/commit/1d31243e86764a512e8ec7da49a7158642330f24