$$('ul.menu li:not(.parent.active)')

On Sat, Feb 12, 2011 at 1:19 PM, el3ment <[email protected]> wrote:

> > $$('selector').filter(function(el){
> >     return !(el.hasClass('parent') && el.hasClass('active'));
> >
> > });
>
> it works great, thank you so much!

Reply via email to