09 2018 档案

摘要:www.fontke.com/tool/fontface https://www.fontke.com/tool/convfont/ 阅读全文
posted @ 2018-09-29 16:57 Webwhl 阅读(281) 评论(0) 推荐(0)
摘要:var keyWords=location.href.split("?")[1].split("&"); console.log(keyWords) for(var i=0;i<keyWords.length;i++){ var searchkey="";if(keyWords[i].indexOf 阅读全文
posted @ 2018-09-29 16:51 Webwhl 阅读(172) 评论(0) 推荐(0)
摘要:var oHeight = $(document).height(); //浏览器当前的高度 $(window).resize(function(){ if($(document).height() < oHeight){ $("#footer").css("position","static"); 阅读全文
posted @ 2018-09-29 16:48 Webwhl 阅读(400) 评论(0) 推荐(0)
摘要://jq 滚动$(document).ready(function(){ $(window).scroll(function(){ if($(window).scrollTop()>80){ $('.header').addClass('position-f'); $('#replaceImg'). 阅读全文
posted @ 2018-09-29 16:44 Webwhl 阅读(1290) 评论(0) 推荐(0)
摘要:$("#box").on("click",function(e){ e.stopPropagation(); e.preventDefault(); $("#box").hide();});$("#box")[0].ontouchmove=function(e){ e.stopPropagation 阅读全文
posted @ 2018-09-29 16:39 Webwhl 阅读(261) 评论(0) 推荐(0)