Team:XMU-China/PP Assistance
From 2014.igem.org
(Difference between revisions)
Line 336: | Line 336: | ||
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display"); | var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display"); | ||
if(sidebar_sub_hover_display = "none"){ | if(sidebar_sub_hover_display = "none"){ | ||
- | side_bar_hover_target.animate({width:"275px"},200 | + | side_bar_hover_target.stop().animate({width:"275px"},200); |
- | + | ||
}; | }; | ||
$(".sidebar_main").mouseleave(function(){ | $(".sidebar_main").mouseleave(function(){ | ||
Line 343: | Line 342: | ||
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display"); | var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display"); | ||
if(sidebar_sub_hover_display = "block"){ | if(sidebar_sub_hover_display = "block"){ | ||
- | side_bar_hover_target. | + | side_bar_hover_target.stop().animate({width:"196px"},100); |
- | + | ||
}; | }; | ||
}); | }); | ||
Line 351: | Line 349: | ||
$(".navbar_main").mouseenter(function(){ | $(".navbar_main").mouseenter(function(){ | ||
var nav_bar_hover_target = $(this); | var nav_bar_hover_target = $(this); | ||
- | nav_bar_hover_target.children(".navbar_sub").slideDown(); | + | nav_bar_hover_target.children(".navbar_sub").stop().slideDown(); |
$(".navbar_main").mouseleave(function(){ | $(".navbar_main").mouseleave(function(){ | ||
var nav_bar_hoveroff_target = $(this); | var nav_bar_hoveroff_target = $(this); | ||
- | nav_bar_hoveroff_target.children(".navbar_sub").slideUp(); | + | nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp(); |
}); | }); | ||
}); | }); |
Revision as of 16:27, 17 October 2014
ASSISTANCE
We co-found Newsletter with Paris Bettencourt University for the communication convenience of all the iGEMers around the world.
And we sent the biobrick BBa_I13507 to Nanjing University for their experiment.
Besides, we help the Paris Bettencourt iGEM team in annotating their MOOC, an online tool for high schools who want to compete in the iGEM High School Jamboree. We are glad to make this tool available and usable for high school students.