Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 124: | Line 124: | ||
$("#iGEM_TU_Delft_container").html(data).fadeIn(200).queue(processPage); | $("#iGEM_TU_Delft_container").html(data).fadeIn(200).queue(processPage); | ||
buildBreadCrumbTrail(page); | buildBreadCrumbTrail(page); | ||
+ | $("tr:nth-child(odd)").addClass("odd"); | ||
}); | }); | ||
} | } |