摘要:
关键部分用粗黑体。function goodbye(e) { if(!e) e = window.event; //e.cancelBubble is supported by IE - this will kill the bubbling process. e.cancelBubble = tr... 阅读全文
摘要:
The properties on thestyleobject are only the styles applied directly to the element (e.g., via astyleattribute or in code). So.style.marginTopwill on... 阅读全文
摘要:
The properties on thestyleobject are only the styles applied directly to the element (e.g., via astyleattribute or in code). So.style.marginTopwill on... 阅读全文
摘要:
浏览器工作原理,原文地址:http://taligarsiel.com/Projects/howbrowserswork1.htm整个读了一遍,花了几个小时。简单总结下,就是下面两幅图。一是介绍了浏览器的组成,一个介绍了页面加载的过程。下面是一些摘抄的知识点:Webkituses two well ... 阅读全文
摘要:
安装Sublime Text 2插件的两种方法:直接安装安装Sublime text 2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。使用Package Control组件安装先安装package control组件,然后直接在线安... 阅读全文