A Technique For Lazy Script Loading
load javascript on demand, the ‘require’ way, keeping track of already loaded scripts. This piece of code uses prototype.js but is easy to refactor.
A Technique For Lazy Script Loading
load javascript on demand, the ‘require’ way, keeping track of already loaded scripts. This piece of code uses prototype.js but is easy to refactor.