
var template = {"url":"http://jsbin.com/imeqo","html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<body>\n<a>jQuery.com<\/a>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<script>\n \n(function($){\n     \/\/ Using DOM node properties to set the title attribute\n     $('a').get(0).title = 'jQuery.com';\n\n     \/\/ Manipulation of DOM element using jQuery methods\n     $('a').attr('href', 'http:\/\/www.jquery.com');\n})(jQuery);\n\n<\/script>\n<\/body>\n<\/html>","javascript":""}
