I have a one page web application, which means alot of javascript. External scripts like facebook connect etc most visitors wont use, so i’d like to know the BEST method of loading js files on an event (click, hover, timer etc). Idealy with jquery.
I have a one page web application, which means alot of javascript. External scripts
Share
jQuery has getScript() function.