Changeset 3806 for extensions/akBookStyle/trunk/js
- Timestamp:
- Aug 30, 2009, 9:31:13 PM (15 years ago)
- Location:
- extensions/akBookStyle/trunk/js
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/js/ak_jquery-load.js
r3791 r3806 1 1 $(function() { 2 2 $("a.load") 3 . click(function() {3 .bind(ak_mouse_event, function() { 4 4 $('#akPicture').attr('src', $(this).children('img').attr('src').replace(dir_thumbnail+'\/'+prefix_thumbnail, '')); 5 5 return false;
Note: See TracChangeset
for help on using the changeset viewer.