Team:SCUT
From 2014.igem.org
(Difference between revisions)
Line 310: | Line 310: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".ho_team").mouseenter(function(){ | $(".ho_team").mouseenter(function(){ | ||
- | $(this).siblings("img").fadeOut(); | + | $(this).siblings("a img").fadeOut(); |
$(".team").fadeIn(); | $(".team").fadeIn(); | ||
}); | }); | ||
$(".ho_model").mouseenter(function(){ | $(".ho_model").mouseenter(function(){ | ||
- | $(this).siblings("img").fadeOut(); | + | $(this).siblings("a img").fadeOut(); |
$(".model").fadeIn(); | $(".model").fadeIn(); | ||
}); | }); | ||
$(".ho_project").mouseenter(function(){ | $(".ho_project").mouseenter(function(){ | ||
- | $(this).siblings("img").fadeOut(); | + | $(this).siblings("a img").fadeOut(); |
$(".project").fadeIn(); | $(".project").fadeIn(); | ||
}); | }); | ||
$(".ho_dp").mouseenter(function(){ | $(".ho_dp").mouseenter(function(){ | ||
- | $(this).siblings("img").fadeOut(); | + | $(this).siblings("a img").fadeOut(); |
$(".dp").fadeIn(); | $(".dp").fadeIn(); | ||
}); | }); | ||
$(".ho_hp").mouseenter(function(){ | $(".ho_hp").mouseenter(function(){ | ||
- | $(this).siblings("img").fadeOut(); | + | $(this).siblings("a img").fadeOut(); |
$(".hp").fadeIn(); | $(".hp").fadeIn(); | ||
}); | }); |
Revision as of 06:09, 14 October 2014