[js] prototype chain
摘要:最近在看本书 pro javascript,受益匪浅。 在看closure这章的时候,作者推荐 http://jibbering.com/faq/faq_notes/closures.html 这篇文章。 很不错的一篇文章,很深入,所以看得很慢。看到有段代码有点意思,是关于prototype chain的: Code highlighting produced by Actipro CodeH...
阅读全文
posted @
2008-11-28 14:30
JIN Weijie
阅读(435)
推荐(0) 编辑
[js]将某个函数放在onload事件中最先执行
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1functionaddLoadEvent(func) 2{ 3varoldonload=window.onload; 4if(typeof...
阅读全文
posted @
2008-11-18 16:50
JIN Weijie
阅读(557)
推荐(0) 编辑