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.
我有表单及其使用 jquery ajax 提交确定。
现在我正在尝试加载表单 insdie lightbox,然后表单正常提交。
我怎样才能使所有具有特定类的表单都应该通过 ajax 提交,即使它们是动态加载的
最简单的实现是在表单附加到目标 $dom 节点后重新绑定事件
更新:对于您的最新评论,只需在$(".form").ajaxForm(options);您动态附加元素后再次初始化。
$(".form").ajaxForm(options);