var template = {"url":"http://jsbin.com/aqeki/28","html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<body>\n<a id=\"link1\">jQuery.com<\/a>\n<a id=\"link2\">jQuery.com<\/a>\n<a id=\"link3\">jQuery.com<\/a>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<script> \n(function($){\n    $('a').each(function(){ \/\/ Loop that alerts the id value for every <a> in the page\n      $(this).mouseenter(function(){\n        alert($(this).attr('id')); \/\/ \"this\" refers to the current element in the loop\n                                   });\n    });\n})(jQuery);\n<\/script>\n<\/body>\n<\/html>","javascript":""}
