What is the correct selector to un-target a div inside a div based on position that is un-target 1st child div or 2nd child, and so on.
For example,
<div class="myclass">
<div>1st
<div>Child of 1st</div>
</div>
<div>2nd</div>
<div>3rd</div>
</div>
If I want class myclass not to apply to nth child of 1st?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…