Example:
How do I check if div #test has any of .a1 .a2 .a3 .a4 .a5 classes? With only one if-statment...
<div id="test" class="a1 a2 a5"></div>
|
You could use the jQuery
|
|||||||
|
|
Simplest way I can think of is this
Working fiddle: http://jsfiddle.net/wruWC/ |
|||
|
|
|
You can use the hasClass function.
|
|||
|
|
|
|||
|
|
aNoraNNetc.? – a'r Nov 8 '11 at 11:07