Team:TU Delft/header2
From 2010.igem.org
(Difference between revisions)
Line 57: | Line 57: | ||
// setup hovering | // setup hovering | ||
- | $(".menu_button"). | + | $(".menu_button").hover( |
- | + | function () { | |
- | + | $(this).addClass("hover"); | |
- | + | }, | |
- | + | function () { | |
- | + | $(this).removeClass("hover"); | |
- | }, function() { | + | } |
- | + | ); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); |
Revision as of 14:55, 21 July 2010