This would find you all the elements that are
but not 1
.some.class
1
.some_other_class
$(".some.class").not(".some_other_class")
Developer from somewhere
This would find you all the elements that are
but not 1
.some.class
1
.some_other_class
$(".some.class").not(".some_other_class")