摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-06-09 15:18 夏小夏吖 阅读(332) 评论(0) 推荐(0)
摘要: Document 昨天 今天 明天 昨天 今天 明天 阅读全文
posted @ 2017-06-06 15:35 夏小夏吖 阅读(511) 评论(0) 推荐(0)
摘要: 在首页加入这段代码就可以了呐 阅读全文
posted @ 2017-06-05 15:44 夏小夏吖 阅读(185) 评论(0) 推荐(0)
摘要: // JavaScript Document //application/vnd.chromium.remoting-viewer 可能为360特有 var is360 = _mime("type", "application/vnd.chromium.remoting-viewer"); ... 阅读全文
posted @ 2017-06-01 10:35 夏小夏吖 阅读(1796) 评论(0) 推荐(0)
摘要: 1、生成的文章上传到外网上,但是没一会儿又变成原来的样子? 解决方案:把上传页面对应的template中的.aspx页面也要上传到外网去。 阅读全文
posted @ 2017-06-01 10:33 夏小夏吖 阅读(243) 评论(0) 推荐(0)
摘要: //滚动条滚动时右侧内容始终固定在屏幕右侧滚动的位置 $(window).scroll(function() { var top = $(window).scrollTop(); if(top>=690){ // alert(11); $(".w_right").addClass("w_fixed" 阅读全文
posted @ 2017-05-27 19:00 夏小夏吖 阅读(1723) 评论(0) 推荐(0)
摘要: 一、//JQ获取URL中是否含有某个字符的话,对页面进行某种操作 例:如果URL中含有xia的字符,就在页面引入一个cssvar str=window.location.href; //获取地址栏URL if(str.indexOf("xia")>-1){ //如果URL中含有xia就对页面进行某种操作 $("head").append(""); var tool... 阅读全文
posted @ 2017-05-27 18:52 夏小夏吖 阅读(9714) 评论(1) 推荐(0)
摘要: 第一种 第二种: 第三种: 以上是参照别个大神整理过来的,嘿嘿,勿喷~ 阅读全文
posted @ 2017-05-19 15:21 夏小夏吖 阅读(544) 评论(0) 推荐(0)
摘要: 做页面的时候我们做好pC端页面时,因编辑那边需求,在手机端页面也应该是缩小版,不能乱的。在网上找了各种解决方案,经实验,这种是可以的: 在head里边加上这两句meta <meta name="apple-mobile-web-app-capable" content="yes"> <meta na 阅读全文
posted @ 2017-05-04 13:40 夏小夏吖 阅读(5228) 评论(0) 推荐(0)
摘要: <!-- JiaThis Button BEGIN --><div id="ckepop"> <span class="jiathis_txt">分享到:</span> <a class="jiathis_button_weixin">微信</a> <a href="http://www.jiath 阅读全文
posted @ 2017-04-25 17:14 夏小夏吖 阅读(374) 评论(0) 推荐(0)