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:
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.