I have ajax request to update the content page, javascript - this is loaded on page load and html pages that use this javascript. These html pages works well when loaded individually but when these pages are called by ajax update function the javascript is not being called.
How can I call a javascript when the html pages are updated by ajax. Please anybody let me know.