> $$('selector').filter(function(el){
>     return !(el.hasClass('parent') && el.hasClass('active'));
>
> });

it works great, thank you so much!

Reply via email to