i'm getting an ajax output success data.
Where the data contains some html text and a script.
But the script is not executing, how can i execute the script.
lets say Ajax response obj is
"something....alert("test");"
the above code is my ajax response.The div is getting rendered, but the alert is not working.