For the record, that's documented here: http://docs.jquery.com/DOM/Traversing/Selectors#CSS_Selectors
--Erik On 8/15/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > > $('#X,.Y') > > --Erik > > On 8/15/07, rickdog <[EMAIL PROTECTED]> wrote: > > > > > > What is the cleanest way for ORing select results, e.g. returning all > > DIVs with id="X" or class="Y"? > > > > >