Team:Oxford/templates/header
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('.hasdropdown').hover(function() { | $('.hasdropdown').hover(function() { | ||
- | $(this).find('.dropdown').slideToggle(200); | + | $(this).find('.dropdown').stop(true,true).slideToggle(200); |
}) | }) | ||
Revision as of 00:57, 3 July 2014