jQuery-plugin-bigic
适用于浏览大尺寸图片的jQuery插件
1.引用
<script src="jquery-1.8.3.min.js"></script> <script src="jquey-bigic.min.js"></script>
2.调用
<script> $(function(){ $('.test').bigic(); }); </script>
bigic is an easy-to-use jQuery plugin that displays large pictures in a fullscreen modal popup with support for image zoom in/out functionality.
image-lightbox image-viewer适用于浏览大尺寸图片的jQuery插件
1.引用
<script src="jquery-1.8.3.min.js"></script> <script src="jquey-bigic.min.js"></script>
2.调用
<script> $(function(){ $('.test').bigic(); }); </script>