Ignore:
Timestamp:
Aug 30, 2009, 9:31:13 PM (15 years ago)
Author:
nikrou
Message:

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

  • refactoring (only on javascript file)
  • bug fix : allow to choose click !
Location:
extensions/akBookStyle/trunk/js
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/js/ak_jquery-load.js

    r3791 r3806  
    11$(function() {
    22    $("a.load")
    3       .click(function() {
     3      .bind(ak_mouse_event, function() {
    44          $('#akPicture').attr('src', $(this).children('img').attr('src').replace(dir_thumbnail+'\/'+prefix_thumbnail, ''));
    55          return false;
Note: See TracChangeset for help on using the changeset viewer.