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').stop().slideToggle(300);
+
$(this).find('.dropdown').slideToggle(100);
})
})

Revision as of 23:23, 2 July 2014