摘要: @media screen and (min-width:1080px) and (max-width:1200px){} //当screen宽度在1080 --1200之间时执行大括号里面代码 使用流程: 加载兼容文件JS 因为IE8既不支持HTML5也不支持CSS3 Media,所以我们需要加载 阅读全文
posted @ 2017-09-28 10:25 教父123 阅读(137) 评论(0) 推荐(0) 编辑
摘要: /*点击虚机详情和关联订单切换*/ $('.newTap>span').click(function(){ $('#twoPage').css('display','none') $('#fourPage').css('display','none') $("#relevanc... 阅读全文
posted @ 2017-09-22 17:07 教父123 阅读(890) 评论(0) 推荐(0) 编辑
摘要: //全选 $(document).on('click','#allCheck',function(e){ statusChioceRemove();//移除status列表 if(this.checked==false){ // this.checked = false; $('#ding_table>tbody>tr>td>inp... 阅读全文
posted @ 2017-09-22 17:02 教父123 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 总条数: 总页数: ... 阅读全文
posted @ 2017-09-22 16:58 教父123 阅读(175) 评论(0) 推荐(0) 编辑
摘要: function selectInt(url,id,type,par,defalutValue, params){ $(id).empty(); $.ajax({ url:url, //url:'/api/rds/applyAuthForRds', dataType: 'json', ... 阅读全文
posted @ 2017-09-22 16:47 教父123 阅读(267) 评论(0) 推荐(0) 编辑
摘要: sessionStorage.removeItem('times'); var ding_pageSize = 10;//切换每页显示条数 function exportExcle(url){ $.ajax({ 'type':'get', 'url':url, "dataType":'json', ... 阅读全文
posted @ 2017-09-22 16:40 教父123 阅读(1757) 评论(0) 推荐(0) 编辑
摘要: //初始化 var now = $.now(); var lastTime = now - 3600000 * 24*30;// 最近3小时 //var nowDate = new Date(now).format("yyyy-MM-dd HH:mm:ss"); var nowDate = new Date(now).format("yyyy-MM... 阅读全文
posted @ 2017-09-22 16:36 教父123 阅读(246) 评论(0) 推荐(0) 编辑
摘要: × JSON查看 ... 阅读全文
posted @ 2017-09-22 16:32 教父123 阅读(516) 评论(0) 推荐(0) 编辑
摘要: $('#deal_process_modal').modal({backdrop: 'static'}); $('#deal_process_modal').modal('hide'); 阅读全文
posted @ 2017-09-22 16:27 教父123 阅读(138) 评论(0) 推荐(0) 编辑
摘要: function setTips(that,title){ var pos = getPos(that); var maxWidth = 0 ; var minWidth = 0 ; var sreenX = window.innerWidth; var sreenY = window.innerH 阅读全文
posted @ 2017-09-18 11:42 教父123 阅读(445) 评论(0) 推荐(0) 编辑