Team:Grenoble/script
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 32: | Line 32: | ||
function() { | function() { | ||
// Hover over | // Hover over | ||
- | $(this).parent().find("ul. | + | $(this).parent().find("ul.submenu").hide(); |
- | $(this).find("ul. | + | $(this).find("ul.submenu").show(); |
// Hover out | // Hover out | ||
$(this).hover( | $(this).hover( | ||
Line 39: | Line 39: | ||
}, | }, | ||
function(){ | function(){ | ||
- | $(this).find("ul. | + | $(this).find("ul.submenu").hide(); |
} | } | ||
); | ); | ||
}, | }, | ||
function(){ | function(){ | ||
- | $(this).find("ul. | + | $(this).find("ul.submenu").hide(); |
} | } | ||
Revision as of 08:49, 3 August 2012