Team:IIT Madras/Template:header
From 2011.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
}); | }); | ||
- | $("#project_links"). | + | $("#project_links").hover(function(){ |
$("#project_links").show(); | $("#project_links").show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#project_links").hide(); | ||
}); | }); | ||
Revision as of 20:56, 4 October 2011