Team:Gifu
From 2014.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
- | setInterval(function(){ | + | kurukuru=setInterval(function(){ |
rad+=1; | rad+=1; | ||
Line 59: | Line 59: | ||
},10); | },10); | ||
- | $(".menu1").mouseover(function() | + | $(".menu1").mouseover(function(){ |
+ | clearinterval(kurukuru) | ||
+ | }); | ||
Revision as of 08:44, 31 August 2014