Any idea why the piece of code below does not add the script element to the DOM?
var code = \"\"; $(\"#someElement\").append(cod
")... ...
The within the string literal terminates the entire script, to avoid that "" can be used instead.
""