
var template = {"url":"http://jsbin.com/axebo","html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<body>\n<p><strong>first<\/strong><\/p>\n<p>middle<\/p>\n<p><strong>last<\/strong><\/p>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<script> \n(function($){\n\n\/\/ Alerts middle, by filtering out the first\n\/\/ and last <p> elements in the wrapper set.\nalert($('p').filter(':not(:first):not(:last)').text());\n\n})(jQuery);\n<\/script>\n<\/body>\n<\/html> ","javascript":""}
