[jQuery] Re: Alternatives to dom ready() for running Jquery code

2007-11-04 Thread Brett
I had no idea this would be a fixable problem, but if it can... wow. Things like Superfish, this code and many others would be almost flawless for people to jump on too :) I've moved the code to the bottom, and it works a bit better... Still get a fair few times it doesn't load. Thanks Erik. On

[jQuery] Re: Alternatives to dom ready() for running Jquery code

2007-11-01 Thread Erik Beeson
Move your javascript to the bottom of the page, right before /body, or use $(window).load(...) instead, if you can handle your javascript not running until all of your external resources (read: images) have loaded. I think this should be fixed soon. --Erik On 11/1/07, Brett [EMAIL PROTECTED]