Team:TU-Munich/Project/Overview

From 2013.igem.org

Revision as of 12:05, 24 September 2013 by FlorianA (Talk | contribs)



0 visitors

<script> function render_counter(c) { $("span#counter").html(c); }

$(document).ready(function(){ $.ajax({ url: "Special:PopularPages", type: "GET", dataType : "html", success: function( html ) { render_counter('yay'); }, error: function( xhr, status ) { alert( "Sorry, there was a problem!" ); }, }); }); </script>