How could a Commando, like myself, select an element witch does not have a class named "active", using the infamous and powerful jQuery Sizzle CSS and everything else - Selector?
I've tried with:
$('a[class!="active"]').etc();
But it gives no adequate results.