Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 27: | Line 28: | ||
{ | { | ||
oldloc = curloc; | oldloc = curloc; | ||
- | $(this).append(curseq.substr(oldloc, | + | $(this).append(curseq.substr(oldloc, 15)).append(" "); |
curloc += 10; | curloc += 10; | ||
} | } | ||
Line 86: | Line 87: | ||
} | } | ||
</style> | </style> | ||
+ | </html> |
Revision as of 00:02, 21 September 2011