Newb Newb wrote: > how to update a div using ajax.updater() in rails.. > > <div id="h1"> > <%= render :partial => "news" %> > </div> > > every 10 seconds the above div has to be get refreshed... > i m stumped with this problem... > i dont know how to proceed it.. > pls help
try to use periodic_updater helper -- Posted via http://www.ruby-forum.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

