Difference between revisions of "Team:UCSF/Notebook"

Line 18: Line 18:
 
$( "#notebooksNames li" ).hover(
 
$( "#notebooksNames li" ).hover(
 
       function() {
 
       function() {
         $('this').css('background-color', 'yellow');
+
         $(this).css('background-color', 'yellow');
 
       },  
 
       },  
 
       function() {
 
       function() {
         $('this').css('background-color','white');
+
         $(this).css('background-color','white');
 
       }
 
       }
 
     );
 
     );

Revision as of 18:50, 14 September 2015

NOTEBOOKS

  • LAB MEMBERS
  • ELEANOR AMIDEI
  • ERIKA CAGAMPAN
  • HUNTER COLLINS
  • ERIK LAMP
  • SAMANTHA LEE
  • JOSHUA NOWAK
  • STANLEE QUACH
  • JASMINE SIMS
  • JEFFREY SHU
  • NICHOLAS SUEN

CLICK ON A LAB MEMBER'S NAME TO SEE THEIR NOTEBOOK