演示示例 1.图片和放大使用不同的图片(大小图片要比例相同) 也可以指定放大倍数(相对于小图片计算) new imageZoom("img1",{ //mul:6,//指定放大的倍数 onShow:function() { document.title="show,you are moving on the image."; }, onHide:function() { document.title="you mouse move out the image"; }, bigImg:"../images/tong.jpg"//指定放大图片路径 }); 下载地址:[ 下载地址1 ] 超漂亮的仿腾讯弹出层效果(兼容主流浏览器) 基于jquery实现的页面右下角的反馈控件脚本 |