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