Abhishek Thayyil
2013-Jan-24 08:21 UTC
Rails 3 Updating table data on change event of combobox
Hi all, I am new to this forum also to the world of ROR, i have been trying to update a table on the onChange event of the combobox by using UJS My need is that when i select an item in the combobox the data in the table should get updated according to the selected iten. Regards, Abhishek -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Colin Law
2013-Jan-24 09:13 UTC
Re: Rails 3 Updating table data on change event of combobox
On 24 January 2013 08:21, Abhishek Thayyil <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi all, > > I am new to this forum also to the world of ROR, i have been trying to > update a table on the onChange event of the combobox by using UJS > > My need is that when i select an item in the combobox the data in the > table should get updated according to the selected iten.Start by learning the basics of Rails. Work right through a good tutorial such as railstutorial.org (which is free to use online). Then when you understand the basics move on to the more advanced stuff. To find more about using UJS with Rails google for ujs rails and you will get many useful hits, and many useless ones of course :) Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.