Changes between Version 1 and Version 2 of ZooWebSite/2015/Scripts/Resources/Documentation
- Timestamp:
- Jun 8, 2015, 10:26:03 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Scripts/Resources/Documentation
v1 v2 41 41 42 42 $(document).ready(function() { 43 $(".ztdim a.k"). click(function(e) {44 $(this).find('img').attr('src',' /img/zoo-cheetah-w.jpg');43 $(".ztdim a.k").hover(function(e) { 44 $(this).find('img').attr('src','img/zoo-cheetah-w.png'); 45 45 }); 46 46 });