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

时间:2020-08-01   阅读:318


浮层演示


 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非插件实现登录隐藏内容

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

网友评论