Added support for class selectors and class attribute selectors on XML documents...
authorJohn Resig <jeresig@gmail.com>
Mon, 16 Feb 2009 18:23:59 +0000 (18:23 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 16 Feb 2009 18:23:59 +0000 (18:23 +0000)
commit048fc4555f8a794239a985c63cff3f76d20d6c61
tree25066a009b29c9c13f48f31ee2c65435d1e3c60c
parent8533da939d933561aa6c516db4e544dba076a988
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167.
src/selector.js
test/data/test.js
test/data/test2.html
test/data/with_fries.xml
test/unit/selector.js