I have a html page where I am appending html at dynamically through a javascript like below
<script type="text/javascript" src="/myapp/htmlCode"></script>
I want to call a js function e.g. loadedContent(); once the above script adds dynamic html.
Can someone help me how I can do that?
you can achieve this without using head.js javascript.