Team:Calgary/Sandbox

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
   $(".button").button();
   $(".button").button();
   $("#date").datepicker();
   $("#date").datepicker();
 +
 +
    $(".sidebar ul li").mouseover(function(){ 
 +
        $(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'easeOutBounce'}) 
 +
    }); 
 +
 
 +
    //When mouse is removed 
 +
    $(".sidebar ul li").mouseout(function(){ 
 +
        $(this).stop().animate({height:'50px'},{queue:false, duration:600, easing: 'easeOutBounce'}) 
 +
    }); 
 +
});
});
</script>
</script>

Revision as of 00:07, 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