码迷,mamicode.com
首页 > 其他好文 > 详细

使用greybox

时间:2014-10-09 02:55:18      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:使用greybox

1.创建项目
    aboutgreybox
2.添加图片
    images
        0.jpg
        1.jpg
3.添加GreyBox支持
    greybox
4.缩写jsp文件
    index.jsp
        <a href="images/0.jpg" rel="gb_imageset[nice_pics]" title="我的相册">
            <img src="images/0.jpg">
        </a>
        <a href="images/1.jpg" rel="gb_imageset[nice_pics]" title="我的相册">
            <img src="images/1.jpg">
        </a>
5.引入js文件
    <script type="text/javascript">
        var GB_ROOT_DIR = "./greybox/";
    </script>
    <script type="text/javascript" src="greybox/AJS.js"></script>
    <script type="text/javascript" src="greybox/AJS_fx.js"></script>
    <script type="text/javascript" src="greybox/gb_scripts.js"></script>
    <link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="static_files/help.js"></script>
   

本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1561334

使用greybox

标签:使用greybox

原文地址:http://suyanzhu.blog.51cto.com/8050189/1561334

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!