How do I set the load and execution order of two external async Javascript files?
async
Given the following...
If you need a solution for IE9 (since it does not support the defer attribute), I have created a small loader script:
defer
https://github.com/mudroljub/js-async-loader
It loads all your scripts asynchronously and then executes them in order.