Biomod/2014/NTU/Templates/js/slideexperiment

From OpenWetWare
Jump to navigationJump to search

$(document).ready(function(){ $(".subMenu li ul li").css("background-color","#1E8100");

$("#e1").click(function(){ $("html body").animate({ scrollTop: 1180 },1000) });

$("#e2").click(function(){ $("html body").animate({ scrollTop: 1950 },1000) });

$("#e3").click(function(){ $("html body").animate({ scrollTop: 2780 },1000) });

$("#e4").click(function(){ $("html body").animate({ scrollTop: 3680 },1000) });

$("#e5").click(function(){ $("html body").animate({ scrollTop: 4480 },1000) });

$("#e6").click(function(){ $("html body").animate({ scrollTop: 5510 },1000) });

$("#e9").click(function(){ $("html body").animate({ scrollTop: 6850 },1000) }); $("#e10").click(function(){ $("html body").animate({ scrollTop: 8150 },1000) }); })