An open API service indexing awesome lists of open source software.

https://github.com/jollen/magnifier

基于jquery的放大镜插件
https://github.com/jollen/magnifier

Last synced: about 2 months ago
JSON representation

基于jquery的放大镜插件

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