I have requirement in which I need to load application using Ajax, in the application I am loading few javascripts.
<script type="text/javascript" src="some.js"></script>
Now the problem is that, When I load application directly (without ajax) it works fine, but when I load application using ajax; javascripts are not getting loaded.