Any idea why the piece of code below does not add the script element to the DOM?
var code = \"\"; $(\"#someElement\").append(cod
Append script to body:
$(document).ready(function() { $("