[quote=chinitaice]So you mean sir I can make just 1 js file for everything?[/quote]
well it depends on the scripts that you have..well if theyare compatible with no error,then let be..
you can use one js injector as well...
[quote]//for single js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "link of your js you want to inject here";
document.getElementsByTagName("head")[0].appendChild(myjs);[/quote]
you can read this other tutorial

for more idea...
[url]http://theftalk.com/t15088-Compiling-javascripts-file.html[/url]
Last edited by lordheinz (2008-02-19 15:10:02)