Team:Warwick/splashScreen

From 2014.igem.org

(Difference between revisions)
Line 35: Line 35:
             //Insert preloaded 'OFF' image after it finishes loading.
             //Insert preloaded 'OFF' image after it finishes loading.
             $("#splashScreen_div").append(splashScreenImg_OFF);
             $("#splashScreen_div").append(splashScreenImg_OFF);
 +
 +
            $("#splashScreen_div").mouseover( function() {
 +
 +
              $("#splashScreen_div > img").attr("src", "https://static.igem.org/mediawiki/2014/f/fd/RepliconLogoON.png");
 +
 +
            });
 +
         });
         });

Revision as of 15:50, 25 August 2014