Andrew Fedoniouk wrote: > someListElement.select( "li:not(li li)", foo); That selector won't work anyway, because (according to the Selectors spec) :not() can only contain a single simple selector. -- Lachlan Hunt http://lachy.id.au/