source: extensions/akBookStyle/trunk/js/ak_jquery-load.js @ 3806

Last change on this file since 3806 was 3806, checked in by nikrou, 15 years ago

Feature 1144 : allow admin to choose mouse event to show medium picture

  • refactoring (only on javascript file)
  • bug fix : allow to choose click !
File size: 219 bytes
Line 
1$(function() {
2    $("a.load")
3      .bind(ak_mouse_event, function() {
4          $('#akPicture').attr('src', $(this).children('img').attr('src').replace(dir_thumbnail+'\/'+prefix_thumbnail, ''));
5          return false;
6        });
7}); 
Note: See TracBrowser for help on using the repository browser.