`
zhangyaochun
  • 浏览: 2608862 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

element.onafterscriptexecute

阅读更多

场景

 

在<script>标签的代码执行完成后触发,但是如果是动态载入的,比如采用appendChild的方式添加的,则不会触发!

 

 

兼容性

 

  • Gecko2+(ff4+)

 

 

 

语法

 

 

document.onafterscriptexecute = funcRef;

 

 

 

扩展阅读:

 

 

https://developer.mozilla.org/zh-CN/docs/DOM/element.onafterscriptexecute

 

https://developer.mozilla.org/en-US/docs/DOM/element.onafterscriptexecute

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics