摘要: background-attachment: fixed; 阅读全文
posted @ 2017-12-18 17:55 Janfu 阅读(302) 评论(0) 推荐(0) 编辑
摘要: var timestamp = (Date.parse(new Date())).toString(); var tt = parseInt(timestamp.substring(0, 10)); function t(){now=new Date((tt+i+28800)*1000);i++;document.getElemen... 阅读全文
posted @ 2017-12-18 17:54 Janfu 阅读(241) 评论(0) 推荐(0) 编辑
摘要: transition: color .2s linear,background-color .2s linear,border .2s linear; transition: all .2s linear; 阅读全文
posted @ 2017-12-18 17:53 Janfu 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1. word-break:break-all;只对英文起作用,以字母作为换行依据 2. word-wrap:break-word; 只对英文起作用,以单词作为换行依据 3. white-space:pre-wrap; 只对中文起作用,强制换行 4. white-space:nowrap; 强制不换行,都起作用 5. white-space:nowrap; overflow:hidden; te... 阅读全文
posted @ 2017-12-18 17:53 Janfu 阅读(244) 评论(0) 推荐(0) 编辑
摘要: (function(){if(!/*@cc_on!@*/0)return;var e = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,t... 阅读全文
posted @ 2017-12-18 17:52 Janfu 阅读(291) 评论(0) 推荐(0) 编辑
摘要: Download Video: Closed Format: "MP4" Open Format: "Ogg" 阅读全文
posted @ 2017-12-18 17:51 Janfu 阅读(785) 评论(0) 推荐(0) 编辑
摘要: 添加到收藏夹 window.external.AddFavorite(url, text); 阅读全文
posted @ 2017-12-18 17:51 Janfu 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 概要 标签提供关于HTML文档的元数据。元数据不会显示在页面上,但是对于机器是可读的。它可用于浏览器(如何显示内容或重新加载页面),搜索引擎(关键词),或其他 web 服务。 —— W3School 必要属性 属性 值 描述 content some text 定义与http-equiv或name属性相关的元信息 可选属性 属性 值 描述 http-equiv content-type / ex... 阅读全文
posted @ 2017-12-18 17:50 Janfu 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 5秒后刷新至URL地址 阅读全文
posted @ 2017-12-18 17:49 Janfu 阅读(118) 评论(0) 推荐(0) 编辑
摘要: -Xms256m -Xmx512m -XX:MaxNewSize=64m -XX:MaxPermSize=128m 阅读全文
posted @ 2017-12-18 17:47 Janfu 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: Jquery浅克隆与深克隆 JavaScript部分 $("div").on('click', function() {//执行操作}) //clone处理一 $("div").clone() //只克隆了结构,事件丢失 //clone处理二 $("div").clone(true) //结构、事件与数据都克隆 使用上就是这样简单,使用克隆的我们需要额外知道的细节: clone()方法... 阅读全文
posted @ 2017-12-18 17:45 Janfu 阅读(629) 评论(0) 推荐(0) 编辑
摘要: var innerHeight = $(window).innerHeight(); $(".block").height(innerHeight - 190); //设定高度 var Timeobj, //储存定时器 setDate_val=500, //定时器轮播时间 animateDate_val=100; //列表轮播时间 var Fu... 阅读全文
posted @ 2017-12-18 17:43 Janfu 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 阅读全文
posted @ 2017-12-18 17:42 Janfu 阅读(4596) 评论(0) 推荐(0) 编辑
摘要: iframe标签添加: allowTransparency="true"属性。 子文件body背景设置透明: background-color: transparent;。 阅读全文
posted @ 2017-12-18 17:41 Janfu 阅读(732) 评论(2) 推荐(0) 编辑
摘要: .pc-ind-box-l-c-l-con-box::-webkit-scrollbar { width:10px; height:10px; } .pc-ind-box-l-c-l-con-box::-webkit-scrollbar-button { background-color: rgba(0, 0, 0, 0.0); }/*上箭头位置*/ .pc-ind... 阅读全文
posted @ 2017-12-18 17:40 Janfu 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-18 17:39 Janfu 阅读(95) 评论(0) 推荐(0) 编辑
摘要: $('body').on('input propertychange', '.info-number-val-box', function(event) { xxxxx }); 阅读全文
posted @ 2017-12-18 17:38 Janfu 阅读(3378) 评论(0) 推荐(0) 编辑
摘要: o=$.extend(initializationInterface.defaultValue,o); o= $.extend({}, initializationInterface.prototype.columnSplitting.defaultValue , o || {}); 阅读全文
posted @ 2017-12-18 17:37 Janfu 阅读(790) 评论(0) 推荐(0) 编辑
摘要: input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 阅读全文
posted @ 2017-12-18 17:36 Janfu 阅读(254) 评论(0) 推荐(0) 编辑
摘要: body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; } body { font-size:14px; color:#333; font-family: Microsoft YaHei, ... 阅读全文
posted @ 2017-12-18 17:35 Janfu 阅读(833) 评论(0) 推荐(0) 编辑