When my AJAX application got complex, I decided it was best to
separate the HTML view from the Ruby controller code as much as
possible. All AJAX calls were modified to respond with JSON data, and
the page updates were coded in static javascript functions. I haven't
used jQuery, we used ExtJS to great effect. You'll want to use
something, otherwise you will have to deal with cross-browser
compatibility yourself.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---