Template:BYU Provo
From 2011.igem.org
(Difference between revisions)
Cheddar3210 (Talk | contribs) |
Cheddar3210 (Talk | contribs) |
||
Line 8: | Line 8: | ||
jQuery(document).ready(function(){ | jQuery(document).ready(function(){ | ||
$('.accordion').click(function() { | $('.accordion').click(function() { | ||
- | $(this).next().toggle(); | + | $(this).next().toggle("slow"); |
return false; | return false; | ||
}).next().hide(); | }).next().hide(); |
Revision as of 22:40, 27 August 2011