$title =

Loading Scripts As Strings into the DOM with JQuery

;

$content = [

Here’s why JavaScript is teh awsome:

var ns = {};
$(document).ready(function () {
$(‘<scrip’+’t>ns.blah=function(){alert(“hi”);};</scr’+’ipt>’)
.appendTo(‘body’);
ns.blah();
});

With this I get:

image

Here play with it yourself.

http://www.jsfiddle.net/nVuNZ/

Consider the deployment and update scenarios enabled using this technique with a modular application pattern.

];

$date =

;

$category =

;

$author =

;

Discover more from Joel Holder's Select Field Notes

Subscribe now to keep reading and get access to the full archive.

Continue reading