Traditionally, when I've needed to load multiple JavaScript files into an application, I've used multiple Script tags. This works, but is less than optimal when it comes to load times and organization. A while back, I experimented with LABjs for more efficient asynchronous script loading . LABjs has a dead-simple API and allows for good dependency management. As a fu ...
Read More ยป