Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
function(){ | function(){ | ||
$("#block3").fadeOut(); | $("#block3").fadeOut(); | ||
+ | }); | ||
+ | |||
+ | $("#block4_launch").toggle(function(){ | ||
+ | $("#block4").fadeIn(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#block4").fadeOut(); | ||
+ | }); | ||
+ | |||
+ | $("#block5_launch").toggle(function(){ | ||
+ | $("#block5").fadeIn(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#block5").fadeOut(); | ||
}); | }); | ||
Revision as of 13:55, 10 September 2011