Team:Imperial College London/Templates/Buttons

From 2010.igem.org

(Difference between revisions)
(Undo revision 165378 by Pete fab (Talk))
Line 5: Line 5:
$(document).ready(function() {
$(document).ready(function() {
      
      
-
     $('div.accordionButton').mouseover(function() {
+
     $('div.accordionButton').click(function() {
              
              
         $(this).next().slideToggle('normal');
         $(this).next().slideToggle('normal');

Revision as of 20:03, 26 October 2010