-2
我有一個窗體內部模態的揭示模式,當用戶提交表單我想模式關閉。顯示jquery modal關閉
有人可以幫我解決這個問題嗎?
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
});
你嘗試過什麼的文檔檢查事件綁定? – user733421 2014-10-03 08:52:34
您使用的是什麼模式?默認的jQuery ui之一? – Jerodev 2014-10-03 08:55:59
$('#myProvince')。submit('reveal','close'); 「myProvince是表單ID」 – 2014-10-03 08:56:26