bootstrap 自定義模態窗口

$(".classname").click(function () { $('#mymodel').modal('show'); alert('模態框打開了'); }); $('#mymodel').on('hide.bs.modal', function () { alert('模態框關閉了');
相關文章
相關標籤/搜索