Changes between Version 6 and Version 7 of ZooWebSite/2015/Scripts/Resources/Documentation
- Timestamp:
- Jun 8, 2015, 10:41:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Scripts/Resources/Documentation
v6 v7 36 36 }); 37 37 38 $(".ztdim a.k").hover(function() { $(this).find('img').attr('src','/img/zoo-cheetah-w.png');}, 39 function () {$(this).find('img').attr('src', '/img/zoo-cheetah.png');}); 38 40 39 $(".ztdim a.k").hover(function() { 40 $(this).find('img').attr('src','/img/zoo-cheetah-w.png'); 41 }, 42 function () { 43 $(this).find('img').attr('src', '/img/zoo-cheetah.png'); 44 } 41 $(".ztdim a.s").hover(function() { $(this).find('img').attr('src','/img/zoo-pinguin-w.png');}, 42 function () {$(this).find('img').attr('src', '/img/zoo-pinguin.png');}); 45 43 46 ); 44 $(".ztdim a.a").hover(function() { $(this).find('img').attr('src','/img/zoo-monkey-w.png');}, 45 function () {$(this).find('img').attr('src', '/img/zoo-monkey.png');}); 46 47 $(".ztdim a.c").hover(function() { $(this).find('img').attr('src','/img/zoo-yak-w.png');}, 48 function () {$(this).find('img').attr('src', '/img/zoo-yack.png');}); 49 47 50 </script>