Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 166: | Line 166: | ||
$.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).queue(processPage); | ||
- | $("#iGEM_TU_Delft_container").animate({marginTop: " | + | $("#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"); |