<div class="fuu">
...
</div>
<div class="fuu no">
...
</div>
...
How can I select all fuu's besides the ones that have the .no class?
How can I select all |
||||
|
|
|
Use
|
|||||
|
|
You can also filter out the '.no' class with something like:
|
|||
|
|
|
get the div's class name, if it has a SPACE in the class name then it means it has more than one class ! |
|||
|