#onchange
2 posts tagged onchange. Clear filter
-
Rails Select Tag and Onchange Event Calling a Remote Function with Default Option Selected
Here is a little code snippet that will fire off a request to update\client\path when you change the select field. This stands alone, rather than being apart of a larger form. The Client::CATEGORY...
-
Onchange Event Fired from Select Field in Rails Form
In the view there is a regular Rails form and a javascript function that will be triggered when the country select field is changed. The javascript function will make an ajax request to the...