博客簿

Emlog非插件实现文章图片浮层查看

时间:4年前   阅读:1916


浮层演示


 Emlog非插件实现文章图片浮层查看 emlog教程

引用JS/Css

<link rel="stylesheet" type="text/css" media="screen" href="你的css文件/swipebox.css"/> 
<script src="你的css文件/jquery.swipebox.js"  type="text/javascript"></script>

第二步

引用了Js和Css之后 在把以下Js代码 放到你的主题 公用Js文件就可以了
jQuery(document).ready(function ($){
$("a[href$=jpg],a[href$=jpeg],a[href$=gif],a[href$=png]").addClass("swipebox").attr('rel','');
});
$( document ).ready(function() {$('.swipebox' ).swipebox();});


上一篇:Emlog非插件实现3D标签云

下一篇:Emlog获取指定用户文章数量代码

网友评论