jQuery Class selector works well if you have a single class assigned to an element. What if I assign two classes to an element(Ex: <div class="one two">
), how can I find that element if I know these two classes?
Asked
Active
Viewed 1.8k times
9

dev.e.loper
- 35,446
- 76
- 161
- 247
-
lol.... the OP would like to accept your answer.. ;) – Reigel Gallarde Jun 01 '10 at 15:02
-
possible duplicate of [jQuery multiple class selector](http://stackoverflow.com/questions/1041344/jquery-multiple-class-selector) – Olimpiu POP Feb 16 '14 at 00:51
-
Exact dupe: [Jquery multiple class selector](http://stackoverflow.com/questions/1041344/jquery-multiple-class-selector) – JMP Jun 01 '10 at 14:56