Hi,
I have a <div> tag on my page that I am using as a dynamic content holder. I have a javascript that loads HTML files into the <div> via ".innerHTML". This part works fine, it loads the pages and displays nicely. However I cannot get javascripts to work in the dynamically loaded pages. I have tried "tricking" it into inserting the javascripts via DOM manipulation but it is getting very complicated and still not really working. If I started working with jquery, would I be able to solve this issue? Thanks