jquery弹出层pirobox可根据图片大小自动缩放,调用非常简单.
引用:
1 2 3 4 | < link rel = "stylesheet" type = "text/css" href = "css/sansation/stylesheet.css" > < script type = "text/javascript" src = "js/jquery.min.js" ></ script > < script type = "text/javascript" src = "js/jquery-ui-1.8.2.custom.min.js" ></ script > < script type = "text/javascript" src = "js/pirobox_extended.js" ></ script > |
js
piro_speed :打开速度;
bg_alpha:弹出遮罩背景透明度;
1 2 3 4 5 6 7 8 9 | < script type = "text/javascript" > $(document).ready(function() { $().piroBox_ext({ piro_speed : 700, bg_alpha : 0.5, piro_scroll : true // pirobox always positioned at the center of the page }); }); </ script > |
在要弹出链接 a标签中加入 rel="gallery" class="pirobox_gall"
如下
1 | < a href = "img/26.jpg" rel = "gallery" class = "pirobox_gall" title = "Curious kitten." > < img src = "img/26s.jpg" /> </ a > |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com