jQuery select an element by multiple css classes

Posted by dev.e.loper on Stack Overflow See other posts from Stack Overflow or by dev.e.loper
Published on 2010-06-01T14:54:42Z Indexed on 2010/06/01 15:03 UTC
Read the original article Hit count: 136

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors