|
Can you take a look at my resume.js and see how to avoid using the javascript to dynamically generate html code? I have to do those because for things like taking an input, they need to be in every subsection, and I don't know how many subsections are there, so cannot hardcode all the html, seems that using document.createElement etc is the only way, ugly way though...
|