如何通过ajax提交formtastic?
所以我有一个由 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与
semantic_remote_form_for
一起使用Got this working with
semantic_remote_form_for