lightbox用法 img记得加上href

<script src="/jgds/common/js/base/jQuery.v1.4.2.js"></script>
<script src="/jgds/common/js/plugin/lightbox/js/jquery.lightbox-0.5.js"></script>
<link type="text/css" rel="StyleSheet" href="/jgds/common/js/plugin/lightbox/css/jquery.lightbox-0.5.css" media="screen" />

必须有上面三个文件,jquery版本可以换

要展示的图片标签必须加个:href='图片路径'  切记

<img   src="http://www.xmccc.org:8081/jgds/upload/big/201406/渲染图2.jpg" href="http://www.xmccc.org:8081/jgds/upload/big/201406/渲染图2.jpg" style="width: 99px; height: 100px; margin-top: 0px;">

用法:
$(document).ready(function() {
$("img").lightBox();
});

你可能感兴趣的:(href)