Team:Imperial College London/Templates/Buttons
From 2010.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | $('div.accordionButton'). | + | $('div.accordionButton').mouseover(function() { |
$(this).next().slideToggle('normal'); | $(this).next().slideToggle('normal'); |
Revision as of 19:57, 26 October 2010