Team:Alberta/LeftBar

From 2009.igem.org

(Difference between revisions)
Line 154: Line 154:
     getNextSiblingByElement(this).style.display = "block";
     getNextSiblingByElement(this).style.display = "block";
     activeMenu = this;
     activeMenu = this;
-
     lastClicked = this;
+
     lastClicked = this.textContent;
      
      
   }
   }
   alert(lastClicked);
   alert(lastClicked);
-
for(att in this){
+
//for(att in this){
-
alert(this[att]);
+
//alert(this[att]);
-
alert(att);
+
//alert(att);
-
}   
+
//}   

Revision as of 22:58, 10 October 2009