testappproj/static/appjs.js~
author amit@thunder
Mon, 12 Jul 2010 15:16:52 +0530
changeset 6 d0f107095b1a
parent 0 0b061d58aea3
permissions -rw-r--r--
changes to image comparison methods

$(document).ready(function(){
$("a").click(function(event){
         alert("As you can see, the link no longer took you to jquery.com");
         event.preventDefault();
       });
     });



function loadcode(id) {
  
$("#solve_" + id).load(location.protocol + "//" + location.host +
				 "/code/" + id + "/");

}