我有一个显示模态,模态内有一个表单,当用户提交我希望模态关闭的表单时。
有人可以帮我写代码吗?
http://zurb.com/playground/reveal-modal-plugin
我尝试将“dismissmodalclass”更改为提交按钮的类
$('#modal').reveal({
animation: 'fadeAndPop', //fade, fadeAndPop, none
animationspeed: 300, //how fast animtions are
closeonbackgroundclick: true, //if you click background will modal close?
dismissmodalclass: 'close-reveal-modal' //the class of a button or element that will close an open modal
});