【发布时间】:2013-04-02 14:40:22
【问题描述】:
是否可以在所有文件加载后触发全局完成回调?例如:
yepnope(['file1.js', 'file2.js'])
....一些 html....
<script>
yepnope({complete: function() { console.log('This is getting called before the above files finish loading') });
</script>
【问题讨论】:
标签: javascript modernizr assets yepnope