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?
-
Exact dupe: Jquery multiple class selectorJMP– JMP2010-06-01 14:56:45 +00:00Commented Jun 1, 2010 at 14:56
-
lol.... the OP would like to accept your answer.. ;)Reigel Gallarde– Reigel Gallarde2010-06-01 15:02:54 +00:00Commented Jun 1, 2010 at 15:02
-
possible duplicate of jQuery multiple class selectorOlimpiu POP– Olimpiu POP2014-02-16 00:51:16 +00:00Commented Feb 16, 2014 at 0:51
Add a comment
|