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({margin-top: "10px"},200);
+
$("#iGEM_TU_Delft_container").animate({marginTop: "10px"},200);
buildBreadCrumbTrail(page);
buildBreadCrumbTrail(page);
$("tr:nth-child(odd)").addClass("odd");
$("tr:nth-child(odd)").addClass("odd");

Revision as of 16:28, 27 September 2010