web前端链接汇总

 

JavaScript

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chain

http://ariya.ofilabs.com/2013/08/javascript-kinetic-scrolling-part-1.html(运动学滚动)

 

Web前端技术栈

http://www.zhihu.com/question/33179506

 

gulp构建

http://www.smashingmagazine.com/2014/06/building-with-gulp/

 

WebRtc

https://github.com/LingyuCoder/SkyRTC-demo

angular好用的插件集合(持续更新中)


https://segmentfault.com/a/1190000003858219  //转载

http://adaptv.github.io/adapt-strap/##tablelite   //table and tree directive

http://nya.io/nya-bootstrap-select/#!/examples/basic-usage  //angular select

clientTop ------------元素顶部边框的高度
HTMLElement.offsetParent 是一个只读属性,返回一个指向最近的(closest,指包含层级上的最近)包含该元素的定位元素。如果没有定位的元素,则 offsetParent 为最近的 table 元素对象或根元素(标准模式下为 html;quirks 模式下为 body)。当元素的 style.display 设置为 "none" 时,offsetParent 返回nulloffsetParent 很有用,因为 offsetTop 和 offsetLeft 都是相对于其内边距边界的。

 

 

 

不定期汇总。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

posted @ 2015-12-04 20:10  灰色的秋天  阅读(251)  评论(0编辑  收藏  举报