Team:UPenn

From 2013.igem.org

(Difference between revisions)
m
m
Line 15: Line 15:
   //Testing some simple functions to see if it's working
   //Testing some simple functions to see if it's working
           $(".tab").mouseenter(function() {
           $(".tab").mouseenter(function() {
-
               $(this).css("height", "65px");
+
               $(this).css("width", "100px");
           });
           });
            
            
           $(".tab").mouseleave(function() {
           $(".tab").mouseleave(function() {
-
               $(this).css("height", "60px");
+
               $(this).css("width", "95px");
           });
           });
            
            

Revision as of 21:05, 17 June 2013



Home
Team
Official Team Profile
Project
Parts Submitted to the Registry
Modeling
Notebook
Safety
Attributions
Test