提交表单时关闭fancybox
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交表单时关闭fancybox相关的知识,希望对你有一定的参考价值。
/* Close the fancybox when you submit a form */ $('#myform').submit(function(){ $.fancybox.close(); return false; }); /* Here's another approach, * but this time we're tied to the submit button */ $('#submit_button').click(function(){ $.fancybox.close(); return false; });
以上是关于提交表单时关闭fancybox的主要内容,如果未能解决你的问题,请参考以下文章
带有 Fancybox 中的提交表单的 iframe 未发布数据
如何在 on_sent_ok 或 fancybox 关闭时使用 Wordpress contant form 7 和花式框显示特定部分