Team:TU Delft/header2
From 2010.igem.org
(Difference between revisions)
Line 83: | Line 83: | ||
$.get(url, function(data) { | $.get(url, function(data) { | ||
+ | alert('page downloaded: ' + page); | ||
$("#load").html(data).fadeIn(200).queue(processPage); | $("#load").html(data).fadeIn(200).queue(processPage); | ||
}); | }); |
Revision as of 22:22, 22 July 2010