Team:IIT Madras/Project/Results

From 2011.igem.org

(Difference between revisions)
Line 13: Line 13:
$(".result").click(function(){
$(".result").click(function(){
name="#"+$(this).attr("id")+"content";
name="#"+$(this).attr("id")+"content";
-
$(name).fadeIn();
+
$(name).slideDown();
});
});
$(".write_up").click(function(){
$(".write_up").click(function(){
-
$(name).fadeOut();
+
$(name).slideUp();
});
});

Revision as of 02:15, 29 October 2011

bar iGEM 2011 - Home Page Indian Institute of Technology - Madras