Team:UNITS Trieste/Parts

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
             $("#groupparts").mouseover(function(){  
             $("#groupparts").mouseover(function(){  
               $("tr:even").addClass("alt"); });
               $("tr:even").addClass("alt"); });
-
               $('td').contains('http://').each(function(){
+
               $('td').contains('http').each(function(){
-
                var self = $(this);
+
                 self.parent().bind('click',function(){
                 self.parent().bind('click',function(){
-
                   [removed].href = self.text();
+
                   $(this).find("a").click();
                 });
                 });
               });   
               });   

Revision as of 13:49, 17 September 2011

<groupparts>iGEM011 UNITS_Trieste</groupparts>