Bootstrap

18.1.25
hidden.bs.modal的意思就是当弹出的模态框消失的时候,接下来回调的函数。
$("#modal").on('hidden.bs.modal',function(){
alert(1);
$( '#modal' ).off().on( 'hidden', 'hidden.bs.modal');
})

——————————
18.1.23
modal模态框,

你可能感兴趣的:(Bootstrap)