>     var all = $$('ul.menu li'),
>         filtered = 
> all.filter('li:not(.parent,.active,.item33,.item34,.item35)')
>     ;

>     li:not(.parent):not(.active):not(.item33):not(.item34):not(.item35)

i tried both but anyway i get error
""li:not(.parent,.active,.item33,.item34,.item35)" is not a function"
and
""li:not(.parent):not(.active):not(.item33):not(.item34):not(.item35)
is not a function"

Reply via email to