Team:Dundee

From 2014.igem.org

(Difference between revisions)
Line 310: Line 310:
      
      
         $( '.detail' ).hover(function(){
         $( '.detail' ).hover(function(){
-
                $( this ).css({"opacity":"1"});
+
            $( this ).css({"opacity":"1"});
-
                            var id = $(this).attr('id');
+
            var id = $(this).attr('id');
              
              
             if(id == "school")
             if(id == "school")
Line 329: Line 329:
                 },function(){
                 },function(){
               $( '.detail' ).css({"opacity":"0"});
               $( '.detail' ).css({"opacity":"0"});
 +
            $( '.speech' ).css({"opacity":"0"});
                 })   
                 })   

Revision as of 16:36, 26 August 2014

Dundee 2014