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"); | ||
- | $('tbody tr').click(function(event) { | + | $('tbody tr').css("cursor","pointer").click(function(event) { |
var href = $(this).find("a").attr("href"); | var href = $(this).find("a").attr("href"); | ||
if(href) window.location = href; | if(href) window.location = href; |
Revision as of 14:15, 17 September 2011
<groupparts>iGEM011 UNITS_Trieste</groupparts>