You're looking for: .selector1.selector2.selector3
Notice there are no spaces between the selectors. Karl Rudd On Jan 31, 2008 1:12 PM, Kynn Jones <[EMAIL PROTECTED]> wrote: > > Hi. The docs describe selectors of the form > > selector1, selector2, selector3 > > as "matching the combined results of all the specified selectors", by > which they mean the set union of all the individual selections. In > other words, the ',' here behaves like a logical OR. > > Is there a succinct way to perform the correspond logical AND? I.e. > what's the best way to obtain the set intersection of multiple > selections? > > TIA! > > kynn >