Changes between Version 3 and Version 4 of ZooWebSite/2015/Scripts/Resources/Documentation
- Timestamp:
- Jun 8, 2015, 10:30:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Scripts/Resources/Documentation
v3 v4 43 43 $(".ztdim a.k").hover(function(e) { 44 44 $(this).find('img').attr('src','/img/zoo-cheetah-w.png'); 45 }); 45 }), 46 function (e) { 47 $(this).attr('src', '/img/zoo-cheetah.png'); 48 } 46 49 }); 47 50 </script>