So i have let's say three divs
<div class="a"></div>
<div class="b"></div>
<div></div>
.
.
<div class="n"></div>
Is there a way to select the div that doesnt have any class?
I dont know the order of the elements in DOM, so using something like .next()
wouldnt work.