Team:UT-Tokyo/Project/Results

From 2011.igem.org

(Difference between revisions)
m
m
Line 22: Line 22:
       var el = $("#shText");   
       var el = $("#shText");   
       var state = $("#shText").html();
       var state = $("#shText").html();
-
       state = (state == 'Hide' ? '<span id="shText">Show</span>' : '<span id="shText">Hide</span>');               
+
       state = (state == 'Hide' ? '<span id="shText">Show assay 1</span>' : '<span id="shText">Hide assay 1</span>');               
       el.replaceWith(state);  
       el.replaceWith(state);  
   });
   });
Line 34: Line 34:
<div id="top-panel">
<div id="top-panel">
-
====Test====
+
====TBD====
Line 40: Line 40:
<html>
<html>
-
<div id="sub-panel"><a id="toggle"><span id="shText">Hide "assay 1"</span></a></div>
+
<div id="sub-panel"><a id="toggle"><span id="shText">Hide assay 1</span></a></div>
</html>
</html>
{{:Team:UT-Tokyo/Templates/EndContent}}
{{:Team:UT-Tokyo/Templates/EndContent}}

Revision as of 11:34, 24 September 2011

Assay 1

TBD