LazyJS minified code on GitHub
Example of use:
LazyJS.js(["/s/jquery-2.0.3.min.js","/s/jquery.Jcrop.min.js","/s/js.js"], null);
UPDATE:
Recently I discovered another option which is described in following blog post
Loading your javascript files asynchronously with script inspired by google analytics. It is worth to give it a try.
Example of use:
LazyJS.js(["/s/jquery-2.0.3.min.js","/s/jquery.Jcrop.min.js","/s/js.js"], null);
UPDATE:
Recently I discovered another option which is described in following blog post
Loading your javascript files asynchronously with script inspired by google analytics. It is worth to give it a try.