Team:IIT Madras/Team
From 2012.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
$(".stu_contents").hover(function(){ | $(".stu_contents").hover(function(){ | ||
- | var id = "#" + $(this).attr('id')+" | + | var id = "#" + $(this).attr('id')+"_contents"; |
- | + | $(id).show(); | |
}, | }, | ||
function(){ | function(){ | ||
- | var id = "#" + $(this).attr('id')+" | + | var id = "#" + $(this).attr('id')+"_contents"; |
- | + | $(id).hide(); | |
} | } | ||
); | ); |
Revision as of 23:46, 10 September 2012