Team:IIT Madras/Template:header
From 2011.igem.org
(Difference between revisions)
Line 36: | Line 36: | ||
}, | }, | ||
function(){ | function(){ | ||
- | $("#project_links"). | + | $("#project_links").hide(); |
}); | }); | ||
- | $("#scribbles"). | + | $("#scribbles").hover(function(){ |
$("#scribbles_links").show(); | $("#scribbles_links").show(); | ||
}, | }, | ||
function(){ | function(){ | ||
- | $("#scribbles_links"). | + | $("#scribbles_links").hide(); |
}); | }); | ||
- | $("#modelling"). | + | $("#modelling").hover(function(){ |
$("#modelling_links").show(); | $("#modelling_links").show(); | ||
}, | }, | ||
function(){ | function(){ | ||
- | $("#modelling_links"). | + | $("#modelling_links").hide(); |
}); | }); | ||
- | $("#about"). | + | $("#about").hover(function(){ |
$("#about_links").show(); | $("#about_links").show(); | ||
}, | }, | ||
function(){ | function(){ | ||
- | $("#about_links"). | + | $("#about_links").hide(); |
}); | }); | ||
Revision as of 19:56, 4 October 2011