摘要:
1 实例一: 2 { field: 'status', align: 'center', title: '活动状态', templet: function (d) { 4 if (d.status == "1") { 5 return "已发布";... 阅读全文
摘要:
1 !-- 屏幕锁屏 --> 2 3 4 5 6 7 admin 8 9 10 11 12 ... 阅读全文
摘要:
1 阅读全文
摘要:
1 // 登出系统 2 $('#logout').on('click',function(){ 3 var url ='/index.html'; 4 common.logOut('退出登录提示!','你真的确定要退出系统吗?',url); 5 }); 阅读全文
摘要:
1 2 主题选择 3 4 10 11 1 阅读全文
摘要:
//清除缓存 $('#clearCached').on('click', function () { larryTab.cleanCached(); layer.alert('缓存清除完成!本地存储数据也清理成功!', { icon: 1, title: '系统提示' }, function () { location.re... 阅读全文
摘要:
1 阅读全文
摘要:
1 // 页面禁止双击选中 2 $('body').bind("selectstart", function() {return false;}); 阅读全文
摘要:
1 //html代码 2 3 4 用户名: 5 6 7 8 密码: 9 10 11 ... 阅读全文
摘要:
1 url:'/randowCode?t='+Math.random(); 2 //当给某个赋值可以: 3 $('#change').click(function(){ 4 $("#codeimage").attr('src','/randomCode?t='+Math.random()) 5 }) 1 //跟踪操作流程图的layer打开及参数传递 2... 阅读全文