Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
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({margin-top: "10px"},200).queue(processPage); |
buildBreadCrumbTrail(page); | buildBreadCrumbTrail(page); | ||
$("tr:nth-child(odd)").addClass("odd"); | $("tr:nth-child(odd)").addClass("odd"); |