Posts by Adam • 1 point
1 post
-
0
votes1
answer54
viewsQ: Change Javascript code to display div before H2
How to change this javascript code to display div-Content before H2, instead of after, as it is currently? <script type='text/javascript'> function insertAfter(addition,target) { var parent =…