The documentation for $.getScript() function explicit says: *If you load functions via getScript, make sure to call them after a delay.* [1]
It is suppose that callback functions are always called after a request. So, it is suppose too that this requeriment is valid for $.get(), $.post, $.getJSON etc? But documentation doesn't mention the requeriment for other kinds of requests. Or, am I missing something? Can someone explain me the needs for this requirement? What does it means exactly? [1] http://docs.jquery.com/Ajax/jQuery.getScript#urlcallback -- View this message in context: http://www.nabble.com/Delay-for-%24get.Script%28%29-callback-function-tp22698462s27240p22698462.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.