Team:SYSU-Software/home.js

From 2013.igem.org

Revision as of 11:55, 26 October 2013 by Whyuan (Talk | contribs)

$(document).ready(function() { /* console.log("haah"); */ cloud_moving = false; $("#download-cloud").bind("mouseover", function(){ // console.log("kakak", top_board_moving); /* console.log("haah"); */ if(!cloud_moving) { $(this).addClass("moving"); cloud_moving = true; setTimeout("cloud_moving=false;$('#download-cloud').removeClass('moving')", 1000); } }); });