I have an HTML code like this:
<div id="content">
<div class="foobar"></div>
</div>
I want to append child elements inside div#content before the div.foobar element. How can do that?
I have an HTML code like this:
<div id="content">
<div class="foobar"></div>
</div>
I want to append child elements inside div#content before the div.foobar element. How can do that?