This is more of a curiosity question. When doing the following:
$('.selector1, .selector2').doSomething()
Does jQuery fully traverse the DOM twice to get each set of objects matching each selector or is it finding all the elements in one traversal of the DOM?
<selector2>
node does not exist in HTML :) – Hydrophilous