Hi,
> i'm currently developing a site for which jQuery has proven to be more
> than useful. the problem is that I updated the .js (I'm using the
> compressed one) since I was having problems with the Interface plugin
> ("jQuery is not defined"). however, now the page won't execute whats
> inside the $(document).load function.
I had the same problem. don't know why $(document).load() does not work
anymore.
Some of my code has to wait until all images are loaded, so i need
load() and cannot replace this with ready().
As some others already pointed out you can use
$(window).load()
as a drop-in replacement for $(document).load() (at least according to
my tests)
--
cu
Sebastian
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/