On 11 Feb 2009, at 12:37, andi-hro wrote:
> > hey, > > is in ruby on rails possibility to save data with javascript? > > for example to call a controller/action with parameters from a > javascript? > Well it's not rails specific at all (ie. it's just bog standard client side stuff) but you can make an ajax request from your javascript. The easiest way to get started would be to read up about that in whatever javascript library you're using (prototype, jquery, mootools etc.) Fred > thank you. > > andi > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

