使用导轨代码:
= button_to "-", availability_time_span_path(ts) ,:method => :delete, :remote => true
我生成 html 表单,应该通过 ajax 发布:
<form action="/availability_time_spans/175" class="button_to" data-remote="true" method="post">
<div>
<input name="_method" type="hidden" value="delete">
<input type="submit" value="-">
<input name="authenticity_token" type="hidden" value="n962qRxizeXeoEwWYv2AlMfT4nKxxp9ITUxm5wp1nZo=">
</div>
</form>
当我单击提交按钮时,它会发布两次。一次为:来自 jquery.js:8417 的 text/javascript,第二次为:来自 Other 的 text/html