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