加载所有文件后是否可以触发全局完成回调?前任:
yepnope(['file1.js', 'file2.js'])
....一些 html....
<script>
yepnope({complete: function() { console.log('This is getting called before the above files finish loading') });
</script>
加载所有文件后是否可以触发全局完成回调?前任:
yepnope(['file1.js', 'file2.js'])
....一些 html....
<script>
yepnope({complete: function() { console.log('This is getting called before the above files finish loading') });
</script>