Team:UNITS Trieste/Parts
From 2011.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function () { | $(document).ready(function () { | ||
- | $("#groupparts").mouseover(function(){ $("tr:even").addClass("alt"); }); | + | $("#groupparts").mouseover(function(){ |
+ | $("tr:even").addClass("alt"); }); | ||
+ | $('td').contains('http://').each(function(){ | ||
+ | var self = $(this); | ||
+ | self.parent().bind('click',function(){ | ||
+ | [removed].href = self.text(); | ||
+ | }); | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 13:46, 17 September 2011
<groupparts>iGEM011 UNITS_Trieste</groupparts>