Team:BIT/index.js
From 2014.igem.org
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
// JavaScript Document | // JavaScript Document | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
/*图片变色*/ | /*图片变色*/ | ||
Line 36: | Line 6: | ||
$("#project").mouseover(function(){ | $("#project").mouseover(function(){ | ||
$("#project").attr("src","https://static.igem.org/mediawiki/2014/e/e0/BIT_Project.gif"); | $("#project").attr("src","https://static.igem.org/mediawiki/2014/e/e0/BIT_Project.gif"); | ||
+ | $("#tooltip1").css("margin-top",90); | ||
+ | $("#tooltip1").css("margin-left",80); | ||
+ | |||
}); | }); | ||
$("#project").mouseout(function(){ | $("#project").mouseout(function(){ | ||
Line 44: | Line 17: | ||
$("#team").mouseover(function(){ | $("#team").mouseover(function(){ | ||
$("#team").attr("src","https://static.igem.org/mediawiki/2014/a/ad/BIT_team2.png"); | $("#team").attr("src","https://static.igem.org/mediawiki/2014/a/ad/BIT_team2.png"); | ||
+ | $("#tooltip2").css("margin-top",10); | ||
+ | $("#tooltip2").css("margin-left",420); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
}); | }); | ||
$("#team").mouseout(function(){ | $("#team").mouseout(function(){ | ||
$("#team").attr("src","https://static.igem.org/mediawiki/2014/d/d7/BIT_team.png"); | $("#team").attr("src","https://static.igem.org/mediawiki/2014/d/d7/BIT_team.png"); | ||
+ | |||
}); | }); | ||
}); | }); | ||
Line 52: | Line 29: | ||
$("#notebook").mouseover(function(){ | $("#notebook").mouseover(function(){ | ||
$("#notebook").attr("src","https://static.igem.org/mediawiki/2014/7/7a/BIT_notebook2.png"); | $("#notebook").attr("src","https://static.igem.org/mediawiki/2014/7/7a/BIT_notebook2.png"); | ||
- | + | $("#tooltip6").css("margin-top",380); | |
+ | $("#tooltip6").css("margin-left",100); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
+ | }); | ||
$("#notebook").mouseout(function(){ | $("#notebook").mouseout(function(){ | ||
$("#notebook").attr("src","https://static.igem.org/mediawiki/2014/2/2f/BIT_notebook.png"); | $("#notebook").attr("src","https://static.igem.org/mediawiki/2014/2/2f/BIT_notebook.png"); | ||
Line 60: | Line 40: | ||
$("#human").mouseover(function(){ | $("#human").mouseover(function(){ | ||
$("#human").attr("src","https://static.igem.org/mediawiki/2014/f/fb/BIT_Human.gif"); | $("#human").attr("src","https://static.igem.org/mediawiki/2014/f/fb/BIT_Human.gif"); | ||
+ | $("#tooltip4").css("margin-top",580); | ||
+ | $("#tooltip4").css("margin-left",700); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
}); | }); | ||
$("#human").mouseout(function(){ | $("#human").mouseout(function(){ | ||
Line 68: | Line 51: | ||
$("#inter").mouseover(function(){ | $("#inter").mouseover(function(){ | ||
$("#inter").attr("src","https://static.igem.org/mediawiki/2014/3/39/BIT_inter2.png"); | $("#inter").attr("src","https://static.igem.org/mediawiki/2014/3/39/BIT_inter2.png"); | ||
+ | $("#tooltip5").css("margin-top",360); | ||
+ | $("#tooltip5").css("margin-left",700); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
}); | }); | ||
$("#inter").mouseout(function(){ | $("#inter").mouseout(function(){ | ||
Line 76: | Line 62: | ||
$("#model").mouseover(function(){ | $("#model").mouseover(function(){ | ||
$("#model").attr("src","https://static.igem.org/mediawiki/2014/1/1d/BIT_model2.png"); | $("#model").attr("src","https://static.igem.org/mediawiki/2014/1/1d/BIT_model2.png"); | ||
+ | $("#tooltip7").css("margin-top",480); | ||
+ | $("#tooltip7").css("margin-left",450); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
}); | }); | ||
$("#model").mouseout(function(){ | $("#model").mouseout(function(){ | ||
Line 84: | Line 73: | ||
$("#device").mouseover(function(){ | $("#device").mouseover(function(){ | ||
$("#device").attr("src","https://static.igem.org/mediawiki/2014/9/9d/BIT_Device.gif"); | $("#device").attr("src","https://static.igem.org/mediawiki/2014/9/9d/BIT_Device.gif"); | ||
+ | $("#tooltip3").css("margin-top",50); | ||
+ | $("#tooltip3").css("margin-left",680); | ||
+ | //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); | ||
}); | }); | ||
$("#device").mouseout(function(){ | $("#device").mouseout(function(){ | ||
Line 89: | Line 81: | ||
}); | }); | ||
}); | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Latest revision as of 14:04, 16 October 2014
// JavaScript Document
/*图片变色*/
$(document).ready(function(){
$("#project").mouseover(function(){ $("#project").attr("src","");
$("#tooltip1").css("margin-top",90); $("#tooltip1").css("margin-left",80);
});
$("#project").mouseout(function(){ $("#project").attr("src",""); });
}); $(document).ready(function(){
$("#team").mouseover(function(){ $("#team").attr("src","");
$("#tooltip2").css("margin-top",10); $("#tooltip2").css("margin-left",420); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#team").mouseout(function(){ $("#team").attr("src","");
});
}); $(document).ready(function(){
$("#notebook").mouseover(function(){ $("#notebook").attr("src","");
$("#tooltip6").css("margin-top",380); $("#tooltip6").css("margin-left",100); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#notebook").mouseout(function(){ $("#notebook").attr("src",""); });
}); $(document).ready(function(){
$("#human").mouseover(function(){ $("#human").attr("src","");
$("#tooltip4").css("margin-top",580); $("#tooltip4").css("margin-left",700); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#human").mouseout(function(){ $("#human").attr("src",""); });
}); $(document).ready(function(){
$("#inter").mouseover(function(){ $("#inter").attr("src","");
$("#tooltip5").css("margin-top",360); $("#tooltip5").css("margin-left",700); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#inter").mouseout(function(){ $("#inter").attr("src",""); });
}); $(document).ready(function(){
$("#model").mouseover(function(){ $("#model").attr("src","");
$("#tooltip7").css("margin-top",480); $("#tooltip7").css("margin-left",450); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#model").mouseout(function(){ $("#model").attr("src",""); });
}); $(document).ready(function(){
$("#device").mouseover(function(){ $("#device").attr("src","");
$("#tooltip3").css("margin-top",50); $("#tooltip3").css("margin-left",680); //$("#tip").html("to amplifier then and brought the amplifier into operation. Thus the amplifier would produce high massi"); });
$("#device").mouseout(function(){ $("#device").attr("src",""); });
});