演示页面与官网
使用方法
将代码插入到或
也可以在主题head.php或footer.php中插入
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xiaoyanu/[email protected]/more/dengxiang.js"></script>
<script type="text/javascript">
jQuery(function($){$("img[src$=jpg],img[src$=gif],img[src$=png],img[src$=jpeg],img[src$=bmp]").addClass("spotlight").each(function(){this.onclick=function(){return hs.expand(this)}});})
</script>
DIscuzPC端代码
到底匹配img标签样式id
<script type="text/javascript">
jQuery(function($){$('img[id^=aimg_]').addClass("spotlight").each(function(){this.onclick=function(){return hs.expand(this)}});})
</script>
DIscuz手机端代码
匹配Class样式类下的img标签
<script type="text/javascript">
jQuery(function($){$(".message img").addClass("spotlight").each(function(){this.onclick=function(){return hs.expand(this)}});})
</script>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...