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