[jQuery] Re: Running script onLoad instead of ready

2008-07-10 Thread Vincent Robert
If you want code to execute before the page is ready, the you should just inline it in your tag. Note that you won't be able to access or modify any DOM component of the page, all you can do is append some new DOM nodes at the beginning.