2013年6月6日

jQuery源码注释

摘要: http://blog.csdn.net/quicknet/article/details/8864476 阅读全文

posted @ 2013-06-06 10:50 hhenliang 阅读(178) 评论(0) 推荐(0) 编辑

2013年4月27日

Revealing Prototype pattern

摘要: 阅读全文

posted @ 2013-04-27 13:50 hhenliang 阅读(97) 评论(0) 推荐(0) 编辑

Revealing Module Pattern

摘要: 阅读全文

posted @ 2013-04-27 13:46 hhenliang 阅读(76) 评论(0) 推荐(0) 编辑

Module Pattern

摘要: 阅读全文

posted @ 2013-04-27 13:38 hhenliang 阅读(72) 评论(0) 推荐(0) 编辑

The Prototype Pattern

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> windo 阅读全文

posted @ 2013-04-27 13:29 hhenliang 阅读(101) 评论(0) 推荐(0) 编辑

Code Demo----Closure

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript">// win 阅读全文

posted @ 2013-04-27 10:42 hhenliang 阅读(152) 评论(0) 推荐(0) 编辑

2013年4月19日

JavaScript题目

摘要: 阅读全文

posted @ 2013-04-19 14:53 hhenliang 阅读(78) 评论(0) 推荐(0) 编辑

摘要

摘要: 1.window object:The window object represents the window itself. The document property of a window points to the DOM document loaded in that window.In a tabbed browser, such as Firefox, each tab contains its own window object2.document object:Each web page loaded in the browser has its own document o 阅读全文

posted @ 2013-04-19 07:59 hhenliang 阅读(108) 评论(1) 推荐(0) 编辑

2013年4月18日

HTML DOM & DOM Prototype Chain

摘要: window.__proto__window.__proto__.__proto__document.__proto__document.__proto__.__proto__...... 阅读全文

posted @ 2013-04-18 15:46 hhenliang 阅读(150) 评论(0) 推荐(0) 编辑

2013年4月17日

JavaScript Ptototype Note

摘要: >In fact, whenever a JavaScript programmer defines a function:>function A() { /* Define constructor behavior here */ }>Two objects are created: a constructor object (named "A"), and an anonymous prototype object associated with that constructor ("A.prototype").When creat 阅读全文

posted @ 2013-04-17 14:51 hhenliang 阅读(163) 评论(0) 推荐(0) 编辑

导航