(function () { function fire() { var options; try { options = eval('(' + ($('code .options').text() || null) + ')'); } catch(e) { throw e; } $('div').firework(options); } $('button').click(function (e) { e.preventDefault(); fire(); }); fire(); }());