SyntaxFix
Write A Post
Hire A Developer
Questions
I using "+" (plus) to insert div to html :
document.getElementById('idParent').innerHTML += '<div id="idChild"> content html </div>';
Hope this help.