Team:UNIK Copenhagen/test2

From 2014.igem.org

Revision as of 21:12, 6 August 2014 by CecilieCettiHansen (Talk | contribs)




$(document).ready(function(){

 $("#bound").click(function(){
   $("img").bound(<img src="Team_UNIK_Copenhagen_FAB_detecting_progesterone.PNG">);
 });
 $("#unbound").click(function(){
   $("img").unbound(<img src="Team_UNIK_Copenhagen_FAB_detecting_estradiol.PNG">);
 });

});