- 博客(4)
- 资源 (4)
- 收藏
- 关注
原创 出现弹出层body滚动
$("#box").on(“click”,function(e){ e.stopPropagation(); e.preventDefault(); $("#box").hide(); }); //ontouchmove 事件 $("#box")[0].ontouchmove=function(e){ e.stopPropagation(); e.preventDefault() }; ...
2019-01-07 13:48:56
255
原创 获取当前url ,url 切割
// var keyWords=location.href.split("?")[1].split("&"); // // console.log(keyWords) // for(var i=0;i<keyWords.length;i++){ // var searchkey=""; // if(keyWords[i].indexOf(“searchkey=”)!=...
2019-01-07 13:47:17
1290
原创 软件盘弹出背景图上移
$(function(){ $(“input”).each(function(){ $(this).on(“focus”,function(){ // alert(1) var winHeight = api.winHeight; $(“body”).css(“height”,winHeight+“px”); $(".gesture_btn.gest_login").hide(); }); $(t...
2019-01-07 13:46:11
298
原创 字体转换网址
www.fontke.com/tool/fontface https://www.fontke.com/tool/convfont/
2019-01-07 13:44:51
565
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅