Template:Team:UC Davis/Head
From 2011.igem.org
(Difference between revisions)
Aheuckroth (Talk | contribs) |
|||
Line 430: | Line 430: | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
padding: 0px; | padding: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #linktable id{ | ||
+ | cursor:pointer; | ||
} | } | ||
</style> | </style> | ||
- | + | ||
+ | <script> | ||
+ | $('#linktable td').click(function(){ | ||
+ | window.location = "https://2011.igem.org/Team:UC_Davis/Notebook/Week_" + $(this).text(); | ||
+ | }); | ||
+ | </script> | ||
Revision as of 21:21, 24 September 2011