04 2017 档案

摘要:var qs = window.location.search.substring(1);//获得了当前链接的中?号后的参数 阅读全文
posted @ 2017-04-13 15:35 真的有点难受 阅读(1714) 评论(0) 推荐(0)
摘要:方式1: 0 注意:下面的代码是放在和iframe同一个页面中调用 1 //$("#iframeId").load(function () { 2 var mainheight = $(this).contents().find("body").height() + 30; 3 $(this).he 阅读全文
posted @ 2017-04-13 10:56 真的有点难受 阅读(2171) 评论(0) 推荐(0)
摘要:* {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} 阅读全文
posted @ 2017-04-07 11:20 真的有点难受 阅读(406) 评论(0) 推荐(0)