abstract:
Note: I am creating 5 dynamic divs and I want them all to be within the parentnode so they inherit the style?
Many Thanks
Is there a way to position a dynamically created <div> inside a specific parentNode?
For example, if in my html code I have
<div id="test"></div>
When I create my dynamic <div>, can I created it to be within the above div? Or must it always be appended to the end?
Note: I am creating 5 dynamic divs and I want them all to be within the parentnode so they inherit the style?
Many Thanks |