上一页 1 2 3 4 5 6 7 ··· 55 下一页

2016年3月11日

禁止页面滚动

摘要: /** * (展示遮罩层时)阻止页面滚动 * @method disableScroll * @chainable */ disableScroll: function() { docElem.detach('touchmove', this._preventScroll); docElem.on( 阅读全文

posted @ 2016-03-11 11:58 dhj 阅读(306) 评论(0) 推荐(0) 编辑

2016年2月13日

object-assign合并对象

摘要: 1. Object.assign() 对于合并对象操作, ECMAScript 6 中提供了一个函数: 这个方法会将所有可枚举 [1] 的自由属性从 source 复制到 target 。并且它返回(修改后的) target 。关于这个函数最终签名至今还在争论,最终还有可能支持多个来源(被复制的对象 阅读全文

posted @ 2016-02-13 15:38 dhj 阅读(411) 评论(0) 推荐(0) 编辑

2016年1月20日

sublime好看的主题webstrom破解

摘要: http://equinusocio.github.io/material-theme/ sublime jsDoc注释 Doc Blockr webstrom破解 http://15.idea.lanyus.com/ idea http://www.iteblog.com/idea/key.php 阅读全文

posted @ 2016-01-20 09:38 dhj 阅读(262) 评论(0) 推荐(0) 编辑

2015年12月7日

关于启用 HTTPS 的一些经验分享

摘要: https://imququ.com/post/sth-about-switch-to-https.html随着国内网络环境的持续恶化,各种篡改和劫持层出不穷,越来越多的网站选择了全站 HTTPS。就在今天,免费提供证书服务的Let's Encrypt项目也正式开放,HTTPS 很快就会成为 WEB... 阅读全文

posted @ 2015-12-07 15:08 dhj 阅读(270) 评论(0) 推荐(0) 编辑

2015年12月2日

es6

摘要: https://code-cartoons.com/a-cartoon-guide-to-flux-6157355ab207https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6flux和reduxhttp://babeljs.... 阅读全文

posted @ 2015-12-02 13:25 dhj 阅读(117) 评论(0) 推荐(0) 编辑

[ 学习路线 ] 2015 前端(JS)工程师必知必会 (2)

摘要: http://segmentfault.com/a/1190000002678515?utm_source=Weibo&utm_medium=shareLink&utm_campaign=socialShare上次我写《前端工程师必知必会》已经是三年前了,那是我写过最火的文章了。三年了,我仍然会在T... 阅读全文

posted @ 2015-12-02 13:24 dhj 阅读(184) 评论(0) 推荐(0) 编辑

2015年11月25日

vue.js学习笔记

摘要: 1、 http://vuejs.org/2015/10/28/why-no-template-url/ Why Vue.js doesn't support templateURL 2、报错 Cannot read property 'parentNode' of null 把 track-by=" 阅读全文

posted @ 2015-11-25 10:30 dhj 阅读(440) 评论(0) 推荐(0) 编辑

2015年11月9日

ECMAScript 5(ES5)中bind方法简介备忘

摘要: http://www.cnblogs.com/leejersey/p/4374695.html一直以来对和this有关的东西模糊不清,譬如call、apply等等。这次看到一个和bind有关的笔试题,故记此文以备忘。 bind和call以及apply一样,都是可以改变上下文的this指向的。不同的... 阅读全文

posted @ 2015-11-09 15:41 dhj 阅读(281) 评论(0) 推荐(0) 编辑

2015年10月13日

css3伸缩布局属性总结

摘要: http://www.css88.com/book/css/properties/flex/flex-basis.htmhttp://c7sky.com/dive-into-flexbox.htmlhttp://www.css88.com/archives/5741http://caibaojian... 阅读全文

posted @ 2015-10-13 11:50 dhj 阅读(406) 评论(0) 推荐(0) 编辑

2015年10月12日

移动端WEB开发,click,touch,tap事件浅析

摘要: 一、click 和 tap 比较两者都会在点击时触发,但是在手机WEB端,click会有200~300 ms,所以请用tap代替click作为点击事件。singleTap和doubleTap 分别代表单次点击和双次点击。二、关于tap的点透处理在使用zepto框架的tap来移动设备浏览器内的点击事件... 阅读全文

posted @ 2015-10-12 18:03 dhj 阅读(306) 评论(0) 推荐(0) 编辑

2015年10月5日

javascript 面向对象编程指南 的一些题目

摘要: 1、function C () { this.a = 1; return false; }console.log (typeof new C());objectfunction C () { this.a = 1; return "bbb" }console.lo... 阅读全文

posted @ 2015-10-05 21:34 dhj 阅读(193) 评论(0) 推荐(0) 编辑

2015年9月30日

CSS3 display:flex和display:box有什么区别

摘要: 父级元素有display:box;属性之后。他的子元素里面加上box-flex属性。可以让子元素按照父元素的宽度进行一定比例的分占空间。如:html: 01 02 03article{ width:600px; height:200px; display:-moz-box; display:-web... 阅读全文

posted @ 2015-09-30 14:59 dhj 阅读(346) 评论(0) 推荐(0) 编辑

2015年9月22日

javascript组件化

摘要: http://purplebamboo.github.io/2015/03/16/javascript-component/#%E5%BC%95%E5%85%A5%E4%BA%8B%E4%BB%B6%E6%9C%BA%E5%88%B6 阅读全文

posted @ 2015-09-22 15:13 dhj 阅读(137) 评论(0) 推荐(0) 编辑

2015年9月18日

angularjs 延迟更新和angularjsUI

摘要: options to apply to the current model. Valid keys are: 阅读全文

posted @ 2015-09-18 16:42 dhj 阅读(335) 评论(0) 推荐(0) 编辑

2015年9月14日

web app变革之rem

摘要: http://isux.tencent.com/web-app-rem.html rem这是个低调的css单位,近一两年开始崭露头角,有许多同学对rem的评价不一,有的在尝试使用,有的在使用过程中遇到坑就弃用了。但是我对rem综合评价是用来做web app它绝对是最合适的人选之一。rem是什么?r... 阅读全文

posted @ 2015-09-14 10:51 dhj 阅读(147) 评论(0) 推荐(0) 编辑

2015年9月11日

理解angularjs的作用域

摘要: Outside myDirective: {{ myProperty }} Outside myDirective: {{ myProperty }} aaa Outside myDirective: {{ myProperty }} aaa Outsid... 阅读全文

posted @ 2015-09-11 16:20 dhj 阅读(161) 评论(0) 推荐(0) 编辑

移动开发框架

摘要: 移动前端开发之viewport的深入理解jingle http://vycool.com/Jingle/started.html#cometohttp://gmu.baidu.com/http://my.oschina.net/u/727843/blog/393202mac下的抓包工具Charles... 阅读全文

posted @ 2015-09-11 09:38 dhj 阅读(146) 评论(0) 推荐(0) 编辑

2015年8月25日

angularjs ng-repeat下验证问题

摘要: angularjs验证要求name唯一,repeat情况,name 等通过${index}等绑定,也无法获取值通过ng-from的方法,这样验证name重复也可以了。URLerrorhttps://docs.angularjs.org/api/ng/directive/ngFormhttp://bl... 阅读全文

posted @ 2015-08-25 09:33 dhj 阅读(139) 评论(0) 推荐(0) 编辑

2015年8月21日

angularjs自己总结

摘要: 1、模块 自定的directive和controller需要在同一个model下,或者另外的model depModules他了。 ng-app要等于model的名字,所有的directive要在下面。或者是ng-app的model依赖其他的model定义指令和服务的基本模式是 var App= a... 阅读全文

posted @ 2015-08-21 15:58 dhj 阅读(132) 评论(0) 推荐(0) 编辑

2015年7月31日

vue.js学习

摘要: http://www.cnblogs.com/lhb25/p/building-interactive-web-interfaces.htmlhttp://www.yyyweb.com/ctools/demo.php?t=http%3A%2F%2Fvuejs.org%2F&h=1000&c=&n=v... 阅读全文

posted @ 2015-07-31 17:59 dhj 阅读(213) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 7 ··· 55 下一页

导航