すべてのファイルがロードされたら、グローバルな完了コールバックを起動することは可能ですか? 元:
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>