SyntaxFix
Write A Post
Hire A Developer
Questions
You can select elements with multiple classes like so:
$("element.firstClass.anotherClass");
Simply chain the next class onto the first one, without a space (spaces mean "children of").