#ymanyman said:I have fixed the problem which I was encountering when I started this thread. I created a seperate bootstrap function which was then hooked into the body onload event (similar to an extend of using defer=true). The bootstrap function can then successfully append elements to the DOM tree.
I was trying to append elements to the DOM even when the tree wasn't fully created - it was my fault.....
can you give further details of how you fixed this? I am in the same boat as you were and can't find any solutions... my js code is long and complicated so finding the error is at least 10 hards.