Team:UT-Tokyo/Project/Results
From 2011.igem.org
(Difference between revisions)
m |
m |
||
Line 40: | Line 40: | ||
</html> | </html> | ||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> |
Revision as of 11:49, 24 September 2011
Project
iGEM UT-Tokyo
Assay 1
TBD
<script type="text/javascript">
$(function(){
$("#sub-panel").click(function(){ $("#top-panel").slideToggle(); var el = $("#shText"); var state = $("#shText").html(); state = (state == 'Hide' ? 'Show assay2' : 'Hide assay 2'); el.replaceWith(state); });
}); </script>
</html>
Assay 2
TBD