SO - 17419681
by Arun P Johny
HTML
<div id="content"></div>
JavaScript
var content = $("#content");
contentDiv.append("<script> alert('Testing'); </script>")
by Arun P Johny
<div id="content"></div>
var content = $("#content");
contentDiv.append("<script> alert('Testing'); </script>")