CTools dispatches the event "CToolsDetachBehaviors" when the modal gets closed. Careful though, the event is fired BEFORE the closing animation has finished.

Here's a sample implementation:

$(document).on("CToolsDetachBehaviors", function() {
console.log("Modal has closed");
});

这样理解: ctools 提供了一个 弹窗关闭 的钩子事件

最新文章

  1. SharePoint 部署时报错: 未能提取此解决方案中的cab文件
  2. App.Config详解及读写操作
  3. mybatis框架中分页的实现
  4. [Android]仿新版QQ的tab下面拖拽标记为已读的效果
  5. HDU 1503 带回朔路径的最长公共子串
  6. DFS:Lake Counting(POJ 2386)
  7. [转] 请别再拿“String s = new String("xyz");创建了多少个String实例”来面试了吧
  8. Delphi XE5教程9:基本语法元素
  9. 用VBS脚本发邮件
  10. struts2文件下载出现Can not find a java.io.InputStream with the name的错误
  11. 将html中的br换行符转换为文本输入中的换行符(转)
  12. Eclipse设置合适的字体
  13. python3 Counter模块
  14. foreach循环里不能remove/add元素的原理
  15. CSS效果:焦点图片
  16. Kindle支持文档类型
  17. Python subprocess模块学习总结--转载
  18. Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/co
  19. spring mvc 文档哪里有
  20. PCB设计铜箔厚度、线宽和电流关系

热门文章

  1. CF873E - Awards For Contestants
  2. java语言——跨平台原理,jre,jdk
  3. 副三角形行列式转成上(下)三角形行列式为什么依次对换而不用第n行直接对换首行,第n-1行直接对换次行
  4. C# 游戏雏形 人物地图双重移动
  5. 在IIS上同站点部署多个程序操作步骤
  6. C++ MFC学习 (三)
  7. 【剑指Offer】【字符串】字符串的排列
  8. pdf中添加二维码无法扫描解决方案
  9. ES搜索- term与match区别&bool查询
  10. Qt 3D示例——cube