<div id="section">
<div>x</div>
<div>y</div>
<div>z</div>
</div>
I have implemented a fixed positioning. How can I access all the child elements within the parent container using jQuery? Specifically, I want to assign a top:100px
style to the first child element and a top:200px
style to the second child element, and so forth.