你输密码,我不看 document.getElementById(“mPassword”).onfocus = function () { document.getElementById(“owl-login”).className = “password”; } document.getElementById(“mPassword”).onblur = function () { d 2017-08-25 uncategorized
前端 Polyfill 方案 今天是 2017 年 7 月 7 日,es2015 正式发布已经两年了。但最新的浏览器们逼近 100% 的支持率对我们好像并没有什么卵用,为了少数用户的体验,我们很可能需要兼容 IE9。感谢 babel 的编译,让我们完美的提前使用上了 const,let 和 arrow function。可也许你还是面对着不敢直接使用 fetch 或是 Object.assign 的难题? babel 和 po 2017-08-25 uncategorized
xzs-移动端 Vue 2.0 构建用户界面的渐进式框架 Muse UI 基于 Vue 2.0 和 Material Design 的 UI 组件库 Koa next generation web framework for node.js 2017-08-18 uncategorized
Google Chrome 问题列表 1. Microphone and Camera access no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz fo 2017-08-18 uncategorized
同层播放器接入方案(wechat-android only) 参考资料: https://x5.tencent.com/tbs/guide/video.html https://zhuanlan.zhihu.com/p/27559167 2017-08-17 uncategorized
mark http://southerncross.github.io/2016/02/28/setup-express-vue-boilerplate/ 在 CSS 过渡和动画中自动应用 class 可以配合使用第三方 CSS 动画库,如 Animate.css 在过渡钩子函数中使用 JavaScript 直接操作 DOM 可以配合使用第三方 JavaScript 动画库,如 Velocity.js 2017-08-17 uncategorized
HTML-Template Desktop 12345678910111213141516171819202122232425262728293031323334353637383940<!DOCTYPE html><html><head> <meta http-equiv="content-type" content="text/html; char 2017-08-10 uncategorized
Rich Text Editor IE8+ueditor **** IE9+medium-editor ***** //medium-editor-insert-plugin IE10+ IE10+simditor *****wangEditor ***** IE11+quill ***** 2017-08-09 uncategorized
EXPRESS&KOA2模板后缀修改 KOA2` const Koa = require(‘koa’);const app = new Koa();…const ejs = require(‘ejs’);…app.use(views(__dirname + ‘/views’, { map : {html:’ejs’}})); EXPRESS // view engi 2017-08-08 uncategorized
Web API 接口 参考网站: https://developer.mozilla.org/zh-CN/docs/Web/API http://caniuse.com/ 2017-08-07 uncategorized