https://github.com/jollen/magnifier
基于jquery的放大镜插件
https://github.com/jollen/magnifier
Last synced: about 2 months ago
JSON representation
基于jquery的放大镜插件
- Host: GitHub
- URL: https://github.com/jollen/magnifier
- Owner: jollen
- Created: 2016-07-12T04:18:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T12:36:46.000Z (about 10 years ago)
- Last Synced: 2025-12-25T21:20:56.287Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#放大镜插件
###介绍
基于jquery开发,鼠标移入图片出现放大镜的形状
###调用
html:
js:
zConfig({
zclass: 'zwrap',
width: 300,
height: 300
});
###参数说明
zclass: 'zwrap' //img父级的class
width: 300 //放大镜的宽度
height: 300 放大镜的高度
###兼容性
ie10+,ff,chrome,opera