testappproj/static/appjs.js
author amit@thunder
Mon, 31 May 2010 19:18:57 +0530
changeset 2 654c583fd78e
parent 0 0b061d58aea3
permissions -rw-r--r--
Made some changes and templates



function loadcode(id) {
  
$("#solve_" + id).load(location.protocol + "//" + location.host +
		       "/code/" + id + "/",function() {
			   alert("something happened here")
  });

}