[TxMt] Prototype & Scriptaculus Bundle

Domenico Carbotta domenico.carbotta at fastwebnet.it
Sat Jul 22 18:02:21 UTC 2006


> function scriptInclude(filename)
> {
> 	script=document.createElement('script');
> 	script.src=filename;
> 	script.type='text/javascript';
> 	document.getElementsByTagName('head')[0].appendChild(script);
> }
>
> scriptInclude('blah.js');

COOLER!



More information about the textmate mailing list