[jQuery] Re: Does javascript interpreter works with HTML parser at the same time in IE???

2007-11-21 Thread Jared
Ok, I made a test page for how load events affect the page scripts and what you are allowed to do (and punished for). Here is the link to the page: http://www.houseofoverlord.com/test/loaddommanipulation.html First of all, the test page isn't as interesting unless you have Firefox and the Fireb

[jQuery] Re: Does javascript interpreter works with HTML parser at the same time in IE???

2007-11-21 Thread Jared
When you're using script/style tags, always try to use the appropriate type attribute: >From what I understand, javascript in IE is run after the page is loaded ("ready"), which is AFTER the load event. Meaning, if you put a script call inside the body and that script call manipulates the DO