Team:UNITS Trieste/Parts

From 2011.igem.org

(Difference between revisions)
Line 10: Line 10:
               $("tr:even").addClass("alt");
               $("tr:even").addClass("alt");
               $('tbody tr').click(function(event) {
               $('tbody tr').click(function(event) {
-
                  $(this).find("a").click();
+
                  var href = $(this).find("a").attr("href");
 +
                  if(href) window.location = href;
               });
               });
             });
             });

Revision as of 14:01, 17 September 2011

<groupparts>iGEM011 UNITS_Trieste</groupparts>