There is no "getElementsByClass" function in javascript,
then how to do jQuery?
Cycling all elements will be less efficient.
By the way, how to specify css for elements with two or more classes?
<a class="one two">test</a>
Guess how down below?
.one.two {...}
Is it correct?
source
share