I\'ve got a script that inserts some content into an element using innerHTML.
innerHTML
The content could for example be:
Thanks to Larry's script, which worked perfectly well in IE10, this is what I've used:
$('#' + id)[0].innerHTML = result; $('#' + id + " script").each(function() { this.text = this.text || $(this).text();} );