In a Rails 3 application, as long as a checkbox is toggled, I want the browser to call a remote function. In Rails 2, it’s easy to do this by passing it< /p>
:onclick => remote_function(…)
In a Rails 3 application, as long as a checkbox is toggled, I want the browser to call a remote function. In Rails 2, it’s easy to do this by passing it< /p>
:onclick => remote_function(…)