append element with specific class javascript code example
Example: append element to specific class
document.getElementsByClassName("thistime")[0].appendChild(first);
document.getElementsByClassName("thistime")[0].appendChild(first);