Easy Image Zoom 是一个实现了鼠标移到小图片上查看图片细节的 jQuery 插件。
在线演示:http://cssglobe.com/lab/easyzoom/easyzoom.html
示例代码:
jQuery(function($){ $('a.zoom').easyZoom({ id: 'imagezoom', preload: '<p class="preloader">Loading the image</p>' parent: '#container' }); });