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: "https://2013.igem.org/Special:PopularPages",
 +
// type: "GET",
 +
// dataType : "html",
 +
success: function( html ) {
 +
render_counter('yay');
 +
},
 +
error: function( xhr, status ) {
 +
alert( "Sorry, there was a problem!" );
 +
}
});
});
render_counter(100);
render_counter(100);

Revision as of 12:19, 24 September 2013



0 visitors