testappproj/static/appjs.js
changeset 0 0b061d58aea3
equal deleted inserted replaced
-1:000000000000 0:0b061d58aea3
       
     1 
       
     2 
       
     3 function loadcode(id) {
       
     4   
       
     5 $("#solve_" + id).load(location.protocol + "//" + location.host +
       
     6 		       "/code/" + id + "/",function() {
       
     7 			   alert("something happened here")
       
     8   });
       
     9 
       
    10 }