Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
m
Line 165: Line 165:
$.get(url, function(data) {
$.get(url, function(data) {
-
$("#iGEM_TU_Delft_container").html(data).fadeIn(200).queue(processPage);
+
$("#iGEM_TU_Delft_container").html(data).fadeIn(200).animate({marginTop: "50px"},1000).queue(processPage);
-
$("#iGEM_TU_Delft_container").animate({marginTop: "50px"},1000).queue(processPage);
+
 
buildBreadCrumbTrail(page);
buildBreadCrumbTrail(page);
$("tr:nth-child(odd)").addClass("odd");
$("tr:nth-child(odd)").addClass("odd");

Revision as of 16:30, 27 September 2010