Added fixes for two different :not() bugs. One with p:not(p.foo) failing and another...
authorJohn Resig <jeresig@gmail.com>
Sun, 15 Feb 2009 21:13:33 +0000 (21:13 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 15 Feb 2009 21:13:33 +0000 (21:13 +0000)
commit20827707a94c8569bcc422f71bf5b37bc55695df
tree2d256b66c935f7bc2f709ecd3c055a1b15b965dd
parentf9a7cfacf7d609620fd5ce8a939268e93ef423a1
Added fixes for two different :not() bugs. One with p:not(p.foo) failing and another with a weird combination of multiple selectors and filters. Fixes jQuery bug #4101.
src/selector.js
test/unit/selector.js