摘要: //解决底部空白 (function () { let myFunction let isWXAndIos = isWeiXinAndIos() if (isWXAndIos) { document.body.addEventListener('focusin', () => { ... 阅读全文
posted @ 2019-07-10 09:46 2人4人 阅读(329) 评论(0) 推荐(0)
摘要: var isClick=true;$('.memeber-listfix').each(function(index){ $(this).on('touchstart', function(evt) { var e = event || evt; disX = e.touches[0].client 阅读全文
posted @ 2019-07-10 08:50 2人4人 阅读(621) 评论(0) 推荐(0)
摘要: 在light7.js下找到fastclick,删除 阅读全文
posted @ 2019-07-10 08:49 2人4人 阅读(320) 评论(0) 推荐(0)
摘要: $(".addclickon").on("click",function(){ var addtc1=layer.open({ title: '在线调试', skin: 'deom-class1', area: [... 阅读全文
posted @ 2019-03-01 15:52 2人4人 阅读(653) 评论(0) 推荐(0)
摘要: pageHeight:function () { var a = $(".pagenewsright").outerHeight(); var b = $(".pagenewsleft").height(a); var c = $(".pagenewsleft").outerHeight(); if(c == a){ ... 阅读全文
posted @ 2019-01-21 16:15 2人4人 阅读(105) 评论(0) 推荐(0)
摘要: setHg:function () { $(".pagelefnav-js").click(function () { $(this).parent("li").addClass("active"); $(this).next(".pagenwsultwo").slideDown(); $(this).parent("li").siblings(... 阅读全文
posted @ 2019-01-16 17:53 2人4人 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-01-09 10:35 2人4人 阅读(193) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/supercoooooder/article/details/50755427 第二种 阅读全文
posted @ 2019-01-08 16:30 2人4人 阅读(328) 评论(0) 推荐(0)
摘要: table tbody { display:block; height:500px; overflow-y:scroll; } table thead, tbody tr { display:table; width:100%; table-layout:fixed; } table ... 阅读全文
posted @ 2018-12-19 10:36 2人4人 阅读(937) 评论(0) 推荐(0)
摘要: <div class="search"> <form name="dataForm" target="_blank" accept-charset="utf-8" onsubmit="document.charset='utf-8';"> <input name="siteID" value="3" 阅读全文
posted @ 2018-12-14 11:13 2人4人 阅读(1545) 评论(0) 推荐(0)