如何通过ajax提交formtastic?

发布于 2024-10-25 02:44:08 字数 356 浏览 6 评论 0原文

所以我有一个由 formtastic 生成的表单并且它正在工作:

<%semantic_form_for(Model.new,:url=>{:action=>"fooobar"}) do |f|%>
<%end%>

我想知道是否有任何方法可以通过 Ajax 提交此表单,例如

remote_semantic_form_for

semantic_remote_form_for

因为我有完整的功能,但它如果我不必在每次提交时重新加载页面,那就会好得多。

谢谢。

So i have a form generated by formtastic and it's working :

<%semantic_form_for(Model.new,:url=>{:action=>"fooobar"}) do |f|%>
<%end%>

i was wondering if there's any way to submit this form via Ajax like

remote_semantic_form_for

or

semantic_remote_form_for

because I have full functionality but it'll be a lot better if i don't have to reload the page on every submit.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

宣告ˉ结束 2024-11-01 02:44:08

semantic_remote_form_for一起使用

Got this working with semantic_remote_form_for

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文