Last Updated: March 22, 2016
·
14.89K
· mejarc

Find elements with jQuery using multiple selectors

$('blah').find('.foo, bar, #baz')....

Note that the selectors aren't in an array, and all of them are enclosed in the same quotes.