ユーザーがモーダルを閉じたいフォームを送信すると、モーダル内にフォームがある公開モーダルがあります。
誰かがこれのコードを手伝ってくれますか?
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
});