http://www.itpob.cn
jQZoom allows you to realize a small magnifier window close to the image or images on your web page easily.
I decided to build this jQuery plugin to embed detailed big images in my B2B.So now in few steps you can have your jQZoom in your website,eCommerce or whatever you want.Author: Renzi Marco?,December 2007
1)Simply include the jqzoom.css in your page.(在你的页面加载jqzoom.ss)
|
2)Include jQzoom and jQuery code(加载jquery.js以及jqzoom.js文件)
|
3)Now assign the "jqzoom" class to the image or images you would like to zoom,and specify for each one,the alt attribute,to wich you are going to assign the big image path.(现在吧jqzoom赋给你要显示的图片,要分别设置每一张图片,alt路径代表你对应的放大的图片的位置)
|
4)Load the plugin at window load
|
You can also specify some options:
|
DEMO演示:http://bbs.okajax.com/demo/17/
源码下载:
|