Team:TU-Munich/Project/Overview

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
$(document).ready(function(){
$(document).ready(function(){
$.ajax({
$.ajax({
-
url: "Special:PopularPages",
+
-
type: "GET",
+
-
dataType : "html",
+
-
success: function( html ) {
+
-
render_counter('yay');
+
-
},
+
-
error: function( xhr, status ) {
+
-
alert( "Sorry, there was a problem!" );
+
-
}
+
});
});
});
});

Revision as of 12:16, 24 September 2013



0 visitors