I need to include a script via $.getScript dynamically.
The problem is however, that the $(document).ready function from that dynamically included script is not executed. (They dynamic insertion does not happen at dom ready)
Is there some way to force it to do so? By, for example, faking a document.ready event?
Thanks, Wesley