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 | + | $('tbody td').each(function(){ |
- | + | $(this).parent().bind('click',function(){ | |
$(this).find("a").click(); | $(this).find("a").click(); | ||
}); | }); |
Revision as of 13:50, 17 September 2011
<groupparts>iGEM011 UNITS_Trieste</groupparts>