可以使用Ajax.Updater来更新局部页面,实例如下:
以上是需要局部更新的容器,使用一下java script来操作
new Ajax.Updater(‘company’,'/your_url’,{method:’get’});