在rails3中,对on_ remote_function的select_tag没有影响

时间:2011-05-12 13:44:51

标签: javascript jquery ruby-on-rails-3

我在搜索谷歌但没有得到任何结果,  这是我使用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等....

0 个答案:

没有答案