Lazy load javascript using jQuery. Implement the on demand javascript paradigm and reduce rendering page time while allowing for a more modular way of implementing your web applications.
A Facebook friend asked some help about implementing an “on-demand” loader for javascript. I searched the internet to find a jQuery plugin which would implement this functionality …


