I have a combo box with values and a Submit button to send those values
to server. Ajax based.
But I have seen on some sites that those people don’t have Submit
buttons, just select a value from drop down and as you click it, it
starts processing as it does after pressing Submit button, but there
without Submit button of course.
I have a combo box with values and a Submit button to send those
values
to server. Ajax based.
But I have seen on some sites that those people don’t have Submit
buttons, just select a value from drop down and as you click it, it
starts processing as it does after pressing Submit button, but there
without Submit button of course.
No idea about that…could you please describe a little?
Well at a basic level for most input elements, the onchange attribute
is a chunk of javascript that is called when the input element is
changed.
The documentation for remote_function gives an example of this.
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.