Multi-filtering is now in place, you can do:
authorJohn Resig <jeresig@gmail.com>
Wed, 5 Jul 2006 17:12:35 +0000 (17:12 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 5 Jul 2006 17:12:35 +0000 (17:12 +0000)
commit9b6df19cc4dcc03760aee8a6df95a0d3c8585780
tree6bbc60ae658944ecbac8e721192206dd19add3cf
parent3811ac4b5cb8d240d037fea7b26a8abc7fc6e490
Multi-filtering is now in place, you can do:
$("div").filter(".this,.or,.that")
and find all elements that match any of the three expressions.
jquery/jquery.js