User-858993849 posted
If I have the following:
<div class="test1" onclick="addDiv();">
<content class=contentClass>
<span >Test 2</span>
</content>
<!--<div class="Test3"></div>-->
</div>
Using JavaScript, I want to be able to click on the main div (addDiv();), and the have the div that is commented out programmably added.? I assume I have to use an appendto, but how do I do it?