上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 45 下一页
摘要: 1 实例一: 2 { field: 'status', align: 'center', title: '活动状态', templet: function (d) { 4 if (d.status == "1") { 5 return "已发布";... 阅读全文
posted @ 2018-04-26 10:18 前端极客 阅读(9010) 评论(0) 推荐(0) 编辑
摘要: 1 !-- 屏幕锁屏 --> 2 3 4 5 6 7 admin 8 9 10 11 12 ... 阅读全文
posted @ 2018-04-26 09:18 前端极客 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-04-26 09:03 前端极客 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 1 // 登出系统 2 $('#logout').on('click',function(){ 3 var url ='/index.html'; 4 common.logOut('退出登录提示!','你真的确定要退出系统吗?',url); 5 }); 阅读全文
posted @ 2018-04-26 08:44 前端极客 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 1 2 主题选择 3 4 10 11 1 阅读全文
posted @ 2018-04-26 08:40 前端极客 阅读(2641) 评论(0) 推荐(0) 编辑
摘要: //清除缓存 $('#clearCached').on('click', function () { larryTab.cleanCached(); layer.alert('缓存清除完成!本地存储数据也清理成功!', { icon: 1, title: '系统提示' }, function () { location.re... 阅读全文
posted @ 2018-04-26 08:23 前端极客 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-04-26 08:16 前端极客 阅读(7717) 评论(1) 推荐(1) 编辑
摘要: 1 // 页面禁止双击选中 2 $('body').bind("selectstart", function() {return false;}); 阅读全文
posted @ 2018-04-26 07:44 前端极客 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: 1 //html代码 2 3 4 用户名: 5 6 7 8 密码: 9 10 11 ... 阅读全文
posted @ 2018-04-26 07:37 前端极客 阅读(4660) 评论(0) 推荐(0) 编辑
摘要: 1 url:'/randowCode?t='+Math.random(); 2 //当给某个赋值可以: 3 $('#change').click(function(){ 4 $("#codeimage").attr('src','/randomCode?t='+Math.random()) 5 }) 1 //跟踪操作流程图的layer打开及参数传递 2... 阅读全文
posted @ 2018-04-26 07:21 前端极客 阅读(2216) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 45 下一页