ruby - rails3 link_to :method => :delete,:confirm=>"are you srue?" 不起作用是为什么?
黄舟
黄舟 2017-04-21 10:56:02
0
2
766

如下 代码:

ink_to :Delete,{:action => :delete,:obj_id => obj_id,:table =>params[:table]},:class => "negative button",:method => :delete,:confirm => "are you sure Delte #{params[:table]}: #{obj_id} ?"

在rails2.X中当我点击 这个链接的时候会弹出一个提醒框,然后升级到rails 3.2中就不好使了。这个是为什么?有什么解决的方法吗?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

Antworte allen(2)
阿神

需要引入一些js文件
在application.html.erb中引入“jquery-ujs.js"

PHPzhong

建议在浏览器开启firebug之类的javascript脚本调试,了解一下是否是前端的某些代码出错导致功能无法正常执行。

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!