Evaluating scripts in jQuery Ajax form submission response
Hi all,
In my current application, when a form is submitted using this plugin, in response, I will get HTML page content, with lot of scripts in it. And this plugin is automatically loading the HTML contents into the target element using the $.html function. but not evaluating the scripts in the response. So, validations and other functionalities are not working in the loaded HTML page.
Is there any way we can evaluate the scripts in response? Response contains both external, inline scripts.