source: extensions/imgpreview/js/init.js @ 11086

Last change on this file since 11086 was 11086, checked in by flop25, 13 years ago

adding an admin page, language files

File size: 354 bytes
Line 
1//$(document).ready(function(){
2(function($) {
3   previewBoxId = 'tooltip';
4   if ($('.thumbnails a, #thumbnails a').length > 0 ) {
5      $('.thumbnails a, #thumbnails a').imgPreview({
6         containerID:previewBoxId,
7         considerBorders:'true',
8         srcAttr: 'imgsrc',
9         preloadImages: false,
10      });
11   
12   }
13
14 
15//});
16})(jQuery);
Note: See TracBrowser for help on using the repository browser.