[jQuery] Using variable combination as selector

[jQuery] Using variable combination as selector

thisState="ALHouse";
I want to select all elements of class="placemark" and whose parent is
thisState.
Any suggestions?
Thanks.