Team:UNITS Trieste/Parts

From 2011.igem.org

(Difference between revisions)
Line 8: Line 8:
$(document).ready(function () {
$(document).ready(function () {
             $("#groupparts").mouseover(function(){  
             $("#groupparts").mouseover(function(){  
-
               $("tr:even").addClass("alt"); });
+
               $("tr:even").addClass("alt");
-
               $('tbody tr').click(function(event) { alert("CIAO");
+
               $('tbody tr').click(function(event) {
                   $(this).find("a").click();
                   $(this).find("a").click();
               });
               });
 +
            });
         });
         });
</script>
</script>

Revision as of 13:59, 17 September 2011

<groupparts>iGEM011 UNITS_Trieste</groupparts>