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