On Thu, Oct 22, 2009 at 04:19, Christophe wrote:
> It seems that the usual ways to dynamically load scripts (like DOM
> insert) are all asynchronous. Basically, I am looking for a function
> like getScript, outside jQuery.
var scriptLoader = document.createElement("script");
scriptLoader.src = "h
Hello,
I need to load jQuery in a dynamic an synchronous way. How can I do
that?
It seems that the usual ways to dynamically load scripts (like DOM
insert) are all asynchronous. Basically, I am looking for a function
like getScript, outside jQuery.
Thanks!
2 matches
Mail list logo