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

Last change on this file since 3803 was 3803, checked in by vdigital, 15 years ago

Feature:1144
Anyway, we will have to rework on js for .jpg extensions and thumbnail dir.
See TODO

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 204 bytes
Line 
1$(function() {
2    $("a.load")
3      .hover(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.