Here's my HTML format.
<div id="myid">
<div class="first-class">
</div>
<div class="second-class">
</div>
<div class="third-class">
</div>
</div>
What I want to achieve is find the third-class using the myid. How to achieve that? Thank you sir!