Team:SYSU-Software/home.js

From 2013.igem.org

(Difference between revisions)
Whyuan (Talk | contribs)
(Created page with "$(document).ready(function() { console.log("haah"); cloud_moving = false; $("#download-cloud").bind("mouseover", function(){ // console.log("kakak", top_board_moving); ...")
Newer edit →

Revision as of 11:50, 26 October 2013

$(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); } }); });