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

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

Allow admin to change number of column
Use $confdir_thumbnail and $confprefix_thumbnail in ak_jquery-load.js for replace('thumbnail\/TN-', )

File size: 204 bytes
Line 
1$(function() {
2    $("a.load")
3      .click(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.