Yesterday configured on the my site Ajax.Updater, everything worked perfectly today stopped working, the entire page is updated! opera last version. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
I think to get any useful help, you''ll need to provide a more complete description of the problem. Usually if you create a minimal test case that demonstrates the error, two things happen: One, usually you figure out what''s wrong and don''t need to ask; and two, if you do need to ask, because you''ve presented a nice small example of what''s wrong, people can quickly spot the problem and help you out. Hope this helps, -- T.J. Crowder tj / crowder software / com On Apr 6, 12:46 am, XJIOP <xj...-JGs/UdohzUI@public.gmane.org> wrote:> Yesterday configured on the my site Ajax.Updater, everything worked > perfectly today stopped working, the entire page is updated! > > opera last version.--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
sorry code work perfect on ie7, only with opera problem <script type="text/javascript" src="prototype.js"></script> <script language="javascript"> function updates(telo,forma) { new Ajax.Updater(telo, forma, { }) } </script> <a href="#" onclick="updates(''blabla'',update.php'')" <div id=''blabla''></div> On 6 апр, 02:47, "T.J. Crowder" <tjcrow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I think to get any useful help, you''ll need to provide a more complete > description of the problem. Usually if you create a minimal test case > that demonstrates the error, two things happen: One, usually you > figure out what''s wrong and don''t need to ask; and two, if you do need > to ask, because you''ve presented a nice small example of what''s wrong, > people can quickly spot the problem and help you out. > > Hope this helps, > -- > T.J. Crowder > tj / crowder software / com > > On Apr 6, 12:46 am, XJIOP <xj...-JGs/UdohzUI@public.gmane.org> wrote: > > > Yesterday configured on the my site Ajax.Updater, everything worked > > perfectly today stopped working, the entire page is updated! > > > opera last version.--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
<a href="#" onclick="updates(''blabla'',update.php'')">reload</a> <div id=''blabla''></div> --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---