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

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 :slight_smile:

Colin