dave.methvin wrote:
> 
> The original code works fine for me using jQuery SVN 234 as long as I
> change
> the way the startup code is called. For some reason with  SVN 234 this is
> never called:
> 
> $(document).bind("load", function(){
>    alert("I am never alerted");
> });
> 
> But this works fine:
> 
> $(document).ready(function(){
>    alert("I will appear");
> });
> 

I was in fact using .bind('load',...) per the demo, and changing it to
ready() seems to have fixed it. Thanks, Dave!

- Jason



-- 
View this message in context: 
http://www.nabble.com/Rounded-Corners-plugin-broken-with-jQuery-1.0--tf2179141.html#a6040882
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to