Team:IIT Madras/Team
From 2012.igem.org
(Difference between revisions)
(Undo revision 106810 by Govindkrjoshi (talk)) |
|||
Line 20: | Line 20: | ||
var id = "#" + $(this).attr('id')+"_contents"; | var id = "#" + $(this).attr('id')+"_contents"; | ||
$(id).hide(); | $(id).hide(); | ||
- | } | + | }); |
- | + | ||
+ | $(".adv_contents").hover(function(){ | ||
+ | var id = "#" + $(this).attr('id')+"_contents"; | ||
+ | $(id).show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | var id = "#" + $(this).attr('id')+"_contents"; | ||
+ | $(id).hide(); | ||
+ | }); | ||
+ | |||
}); | }); | ||
Line 85: | Line 94: | ||
</div> | </div> | ||
<div class = "adv_contents" id = "veera"> | <div class = "adv_contents" id = "veera"> | ||
- | <div class = "inside_contents" id = " | + | <div class = "inside_contents" id = "veera_contents"> |
<h1>Dinesh R</h1> | <h1>Dinesh R</h1> | ||
</div> | </div> |
Revision as of 01:02, 11 September 2012