我正在使用haml,在我没有任何haml经验之前。我正在触发 ujs 调用,其代码如下
= link_to "this is the best",cast_vote_cast_votes_path(job_application.id),:id => job_application.id ,:remote => true ,:class => 'btn btn-primary best-button'
在此调用触发后,我的函数“cast_vote”执行,我有名为“cast_vote.js.erb”的模板。我只想在其中执行 js 警报。但是警报没有执行为什么?
我不知道。任何帮助请..