Team:UNIK Copenhagen/test2
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $("# | + | $("#show").click(function(){ |
$("img").show(<img src="https://static.igem.org/mediawiki/2014/7/70/Team_UNIK_Copenhagen_FAB_detecting_progesterone.PNG">); | $("img").show(<img src="https://static.igem.org/mediawiki/2014/7/70/Team_UNIK_Copenhagen_FAB_detecting_progesterone.PNG">); | ||
}); | }); | ||
- | $("# | + | $("#show2").click(function(){ |
- | $("img"). | + | $("img").show(<img src="https://static.igem.org/mediawiki/2014/7/77/Team_UNIK_Copenhagen_FAB_detecting_estradiol.PNG">); |
}); | }); | ||
}); | }); | ||
Line 16: | Line 16: | ||
<body> | <body> | ||
- | <button id="hide"> | + | <button id="hide">bound</button> |
- | <button id="show2"> | + | <button id="show2">unbound</button> |
</body> | </body> | ||
</html> | </html> |
Revision as of 21:16, 6 August 2014