- From: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Date: Wed, 30 Aug 2006 17:07:42 +1000
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/
Received on Wednesday, 30 August 2006 00:07:42 UTC