摘要:
1 实例一: 2 { field: 'status', align: 'center', title: '活动状态', templet: function (d) { 4 if (d.status == "1") { 5 return "已发布";... 阅读全文
posted @ 2018-04-26 10:18
前端极客
阅读(9027)
评论(0)
推荐(0)
摘要:
1 !-- 屏幕锁屏 --> 2 3 4 5 6 7 admin 8 9 10 11 12 ... 阅读全文
posted @ 2018-04-26 09:18
前端极客
阅读(1137)
评论(0)
推荐(0)
摘要:
1 阅读全文
posted @ 2018-04-26 09:03
前端极客
阅读(312)
评论(0)
推荐(0)
摘要:
1 // 登出系统 2 $('#logout').on('click',function(){ 3 var url ='/index.html'; 4 common.logOut('退出登录提示!','你真的确定要退出系统吗?',url); 5 }); 阅读全文
posted @ 2018-04-26 08:44
前端极客
阅读(774)
评论(0)
推荐(0)
摘要:
1 2 主题选择 3 4 10 11 1 阅读全文
posted @ 2018-04-26 08:40
前端极客
阅读(2654)
评论(0)
推荐(0)
摘要:
//清除缓存 $('#clearCached').on('click', function () { larryTab.cleanCached(); layer.alert('缓存清除完成!本地存储数据也清理成功!', { icon: 1, title: '系统提示' }, function () { location.re... 阅读全文
posted @ 2018-04-26 08:23
前端极客
阅读(362)
评论(0)
推荐(0)
摘要:
1 阅读全文
posted @ 2018-04-26 08:16
前端极客
阅读(7842)
评论(1)
推荐(1)
摘要:
1 // 页面禁止双击选中 2 $('body').bind("selectstart", function() {return false;}); 阅读全文
posted @ 2018-04-26 07:44
前端极客
阅读(1038)
评论(0)
推荐(0)
摘要:
1 //html代码 2 3 4 用户名: 5 6 7 8 密码: 9 10 11 ... 阅读全文
posted @ 2018-04-26 07:37
前端极客
阅读(4703)
评论(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
前端极客
阅读(2217)
评论(0)
推荐(0)

浙公网安备 33010602011771号