小编Tig*_*n55的帖子

在Bootstrap Modal关闭后执行jQuery

我试图在我的页面上关闭Bootstrap模式后执行一些jQuery代码,我在我的jQuery和所有内容中都有模态的id.我想使用某种类型的jQuery函数,而不是条件if语句.这是我打开的模式,如何在关闭后运行一些jQuery(动画应该是完整的和一切)?

<div id="part_number-modal" class="modal fade in" tabindex="-1" role="dialog" aria-labelledby="part_number-modal" aria-hidden="false" style="display: block;">
<!-- the rest of the modal HTML is in here -->
</div>
Run Code Online (Sandbox Code Playgroud)

html jquery twitter-bootstrap

2
推荐指数
1
解决办法
5070
查看次数

标签 统计

html ×1

jquery ×1

twitter-bootstrap ×1