
jQuery实现的lightbox弹出层效果效果插件ChillBox
- 大小:345KB
- 分类:jQuery
- 环境:jquery
- 更新:2013-05-09
热门排行
简介
调用代码如下:
[code]
<head>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/chillbox-packed.js"></script>
</head>
<body>
<a href="images/all/great-yarmouth.jpg" rel="ChillBox" title="Great Yarmouth Sea Front">Show Image.</a>
</body>
[/code]