Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQuery...
authorJohn Resig <jeresig@gmail.com>
Mon, 16 Feb 2009 17:58:33 +0000 (17:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 16 Feb 2009 17:58:33 +0000 (17:58 +0000)
commit8533da939d933561aa6c516db4e544dba076a988
tree645b6ed8859a8a82109ea689292b0bf0ff89ffc2
parenta720bb31ab32c5629607a471e4674fd11e05b97c
Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQuery bug #4156.
src/selector.js
test/unit/selector.js