Team:Calgary/Sandbox

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
   // bouncy menu
   // bouncy menu
-
     $(".sidebar ul li ul li, .menubar a").mouseover(function(){   
+
     $(".sidebar ul li ul li, #menubar a").mouseover(function(){   
         $(this).stop().animate({paddingLeft:'30px'},{queue:false, duration:600, easing: 'easeOutBounce'})   
         $(this).stop().animate({paddingLeft:'30px'},{queue:false, duration:600, easing: 'easeOutBounce'})   
     });   
     });   
-
     $(".sidebar ul li ul li, .menubar a").mouseout(function(){   
+
     $(".sidebar ul li ul li, #menubar a").mouseout(function(){   
         $(this).stop().animate({paddingLeft:'0px'},{queue:false, duration:600, easing: 'easeOutBounce'})   
         $(this).stop().animate({paddingLeft:'0px'},{queue:false, duration:600, easing: 'easeOutBounce'})   
     });   
     });   

Revision as of 00:14, 13 June 2011

Background

This section outlines the nature of the problem we are trying to solve, why it matters, and the strategy we are using to contribute to an eventual solution.

Abstract

This is the abstract of the project.

jq Button