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

On 24 January 2013 08:21, Abhishek T. [email protected] 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 :slight_smile:

Colin