Well, MooTools should itself add a load event to fire domready if it hasn't been fired in my opinion. I thought this was already in place actually
On Mon, Feb 16, 2009 at 1:59 AM, rpflo <[email protected]> wrote: > > So in IE7 I'm getting my 'load' function firing before my 'domready' > function. > > When you load the page it loads up a bunch of thumbnail images and > then when they are all loaded--window.addEvent('load')--I do some > things to the interface using variables from my domready function. > > Works great the first time, but if I hit refresh (images are all > cashed) IE fires load before domready--and of course the other browser > behave as expected. > > Any tips on how to avoid this, or force an order or something? > > Thanks! -- Guillermo Rauch http://devthought.com
