bootstrap模态框怎么从底部弹出

2025-05-09 18:33:45
推荐回答(1个)
回答1:

模态框事件 show.bs.modal
在调用 show 方法后触发。
$('#identifier').on('show.bs.modal', function () { // 执行一些动作...})