I have a problem with loading multiple javascript files asynchronously that work together. Lets say the browser is trying to load files A.js and B.js into the browser. The browser makes a request for A.js and B.js right after. B.js loads before A.js and B.js calls a function call on A.js. Because A.js has not yet loaded, the call will fail.
How do i solve this error without using server side scripting(only client side)? Is it even possible?
Thanks for reading.
2006-09-18
08:25:19
·
1 answers
·
asked by
burnt1ce85
2
in
Computers & Internet
➔ Programming & Design