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?