[jQuery] Re: getScript does not always work for me

2009-06-28 Thread e.a.
Hello, try to use setTimeout. For example: setTimeout(function(){$.getScript("the_script_you_want_to_fetch");}, 500); Increase or decrease the timeout according to your needs. On Jun 26, 1:45 pm, Nikki Locke wrote: > Further to this, my real application is hanging the browser, and I > don't kn

[jQuery] Re: getScript does not always work for me

2009-06-28 Thread e.a.
BTW, it is working. Here is the output of http://jsbin.com/umuwi : Hello from JS Bin www.trumphurst.com ready sent request got reply href received On Jun 26, 1:45 pm, Nikki Locke wrote: > Further to this, my real application is hanging the browser, and I > don't know how to find out what is wr