palawan127-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Sep-07 18:10 UTC
Using "scriptaculous.js?load=effects" on FF
Hi All, For somewhat when I use <script src="scriptaculous.js?load=effects> the effects.js is never get downloaded on FF. So, I can''t use any effect at all. Anyone has the same problem? Please help! Thanks, Palawan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
try <script src="scriptaculous.js?load=effects"></script> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
Probably best just to avoid the scriptaculous.js script alltogether. Just put something like this in your head element <script src="prototype.js" type="text/javascript"></script> <script src="effects.js" type="text/javascript"></script> This is all that the scriptaculous.js script does the last time I looked. It uses document.write to do this for you. It is quite easy to bypass this step by yourself in a few seconds. Peter On 9/7/06, palawan127-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <kiet.a.tran-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi All, > For somewhat when I use <script src="scriptaculous.js?load=effects> the > effects.js is never get downloaded on FF. So, I can''t use any effect > at all. Anyone has the same problem? Please help! > > Thanks, > Palawan > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
palawan127-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Sep-07 23:42 UTC
Re: Using "scriptaculous.js?load=effects" on FF
Thanks Peter, that''s what I just figured it out. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---