Changes between Version 1 and Version 2 of ZooWebSite/2015/Scripts/Welcome
- Timestamp:
- Jul 25, 2015, 5:00:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Scripts/Welcome
v1 v2 27 27 28 28 $(window).load(function(){ 29 $('.topr').prepend('<li><a id="volb" class="vc hello" href="#" data-toggle="tooltip" data-placement="left" title="Toogle music"><i class="glyphicon glyphicon-volume-off"></i></a></li>');29 //$('.topr').prepend('<li><a id="volb" class="vc hello" href="#" data-toggle="tooltip" data-placement="left" title="Toogle music"><i class="glyphicon glyphicon-volume-off"></i></a></li>'); 30 30 $('#volb').tooltip(); 31 $( ".ct" ).animate({opacity: 1}, 5000, function() {$(".bird").show();birdSound.play();});32 var birdSound = document.getElementById('birdsound');31 //$( ".ct" ).animate({opacity: 1}, 5000, function() {$(".bird").show();birdSound.play();}); 32 //var birdSound = document.getElementById('birdsound'); 33 33 var birdTxt=document.getElementById('birdc'); 34 34 birdTxt.onmouseover=function(){ 35 birdSound.play();35 //birdSound.play(); 36 36 return false; 37 37 };