标签:模态层
Bootstrap模态层(弹出层)回调
项目实例 // 执行关闭事件(hide.bs.modal 未完全关闭前) hidden.bs.modal 为完全关闭后 $("#myModal").on('hidden.bs.modal',function (){ // 清除播放录音 $(".bf_content").empty(''); }) 事件 描述 实例 // show.bs.moda……
17-04-01 立刻查看
项目实例 // 执行关闭事件(hide.bs.modal 未完全关闭前) hidden.bs.modal 为完全关闭后 $("#myModal").on('hidden.bs.modal',function (){ // 清除播放录音 $(".bf_content").empty(''); }) 事件 描述 实例 // show.bs.moda……