我在搜索谷歌但没有得到任何结果, 这是我使用jquery的代码
<%= select_tag :chose, options_for_select([['no 1', 1], ['no 2', 2],['no 3',3]]),:onchange
=> remote_function(:url=>{:controller=> "students",:action => 'show'},:with => "'chose='+
this.value") %>
当我更改下拉列表值时,没有任何事情发生且没有错误,我丢失了什么?
我希望当我更改下拉列表值时,它可以重新学习到/ studetns / 1或/ students / 2等....