Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 Rails3 中有一个复选框,当用户更改它的值时如何执行远程 AJAX 调用。
这听起来像是一项简单的任务,但我找不到一个好的解决方案。
您可以将更改事件上的复选框的值传递给表单,并使用 :remote => true 可以在 form_for.syntax 中使用 AJAX 更改复选框并提交表单是 “:onchange =>”。 form.submit() 我希望这会对你有所帮助。 谢谢。