我有一个表格
<%= form_tag check_question_path(:id => @question.id), class: "check-form", remote: true do %>
表单已发送到服务器,我正在浏览器上跟踪响应,但未触发咖啡脚本。
$(".check-form").on("ajax:success", (e, data, status, xhr) -> alert("cool"); console.log("success"))
我错过了什么?