I want to select all the elements that have the two classes a and b.
a
b
So, only the e
For the case
You would need to put a space in between .a and .b.c
.a
.b.c
$('.a .b.c')