tomás pollak schrieb:
> hello everyone,
>
> 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.
There is no $(document).load anymore. Use either $(document).ready (or
the handy shortcut $(function() {...}) ) or $(window).load
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/