Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Moving Boxes Script – Awesome, yet question Re: Moving Boxes Script – Awesome, yet question

#57827
apostrophe
Participant

You could try moving as much of the other javascript as possible to the bottom of the page, just before the closing body tag. But to be honest I’m not sure it will make much difference. The jQuery runs as soon as the DOM has finished, that basically means as soon as the html is ready, but with the table layout and various bits of inline javascript there’s not much you can do to speed it up.
Using swfobject to embed the flash movie and cleaning up at least some of the 237 html errors on the page http://validator.w3.org/#validate_by_input may help a bit.