导航

bootstrap-如何在modal中使用collapse

Posted on 2012-11-29 13:30  immiki  阅读(247)  评论(0编辑  收藏  举报

问题描述:bootstrap框架中,在modal内加一个collapse,点击collapse,modal也会随着消失

参考资料:https://github.com/twitter/bootstrap/issues/2752

问题解决:

 

$modal.find('#myCollapsible').on('hidden', function (event) {
  event.stopPropagation()
})