I have a set of 4 elements. each one belongs to 2 of 4 classes, so each class combination is unique. I want to find a way, with jQuery, to select only one of the elements, based on it's unique class combination. Is this possible?
I'm expecting something like
$(".class1 & .class2")
is this reasonable?
jsFiddle example: http://jsfiddle.net/7UfYH/