> var s = document.createElement('script');
> s.src='http://jquery.com/src/jquery-1.0.4.js';
> document.body.appendChild(s);

Thanks !

I didn't knew the dom createElement's way would imply the load, parse
and execution of a remote script.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to