I created a button_to_remote function that I use to call :toggle_blind visual_effect :toggle_blind, ''div_id'' It works great on Safari, Opera, IE, but in firefox the button does nothing. Is there a problem with firefox. I can''t seem to find much online about this issue. -- Amos King Ramped Media USPS Programmer/Analyst St. Louis, MO Looking for something to do? Visit ImThere.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Amos, Amos King wrote:> It works great on Safari, Opera, IE, but in firefox the button does > nothing. Is there a problem with firefox. I can''t seem to find much > online about this issue.First thing I always to with an Ajax problem now, especially in Firefox because it doesn''t tolerate even small errors sometimes, is to run the page source through the w3c XHTML validator. If you''ve already done that and it validates, you''ll need to post some code for us to help. Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I figured it out. When it prints the function to the page it puts it in " " then when I put the form name in " " it changes them to "form_name" if I put it in '' '' it works. I guess the others just read it correctly. On 5/11/07, Bill Walton <bill.walton-xwVYE8SWAR3R7s880joybQ@public.gmane.org> wrote:> > Hi Amos, > > Amos King wrote: > > > It works great on Safari, Opera, IE, but in firefox the button does > > nothing. Is there a problem with firefox. I can''t seem to find much > > online about this issue. > > First thing I always to with an Ajax problem now, especially in Firefox > because it doesn''t tolerate even small errors sometimes, is to run the page > source through the w3c XHTML validator. If you''ve already done that and it > validates, you''ll need to post some code for us to help. > > Best regards, > Bill > > > > > >-- Amos King Ramped Media USPS Programmer/Analyst St. Louis, MO Looking for something to do? Visit ImThere.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---