Changes between Version 5 and Version 6 of ZooWebSite/2015/Scripts/Resources/Documentation
- Timestamp:
- Jun 8, 2015, 10:32:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Scripts/Resources/Documentation
v5 v6 36 36 }); 37 37 38 $(".ztdim a").hover(function(){39 $(this).attr('src','/new/image/src.jpg');40 });41 38 42 $(document).ready(function() { 43 $(".ztdim a.k").hover(function(e) { 39 $(".ztdim a.k").hover(function() { 44 40 $(this).find('img').attr('src','/img/zoo-cheetah-w.png'); 45 } ),46 function ( e) {41 }, 42 function () { 47 43 $(this).find('img').attr('src', '/img/zoo-cheetah.png'); 48 44 } 49 45 50 51 }); 46 ); 52 47 </script>