[javascript]Preserving Scope in JavaScript (this)
摘要:link: http://neo.dzygn.com/archive/2004/05/preserving-scope-in-javascript Preserving Scope in JavaScript Solution #3: Closures In JavaScript you can share variables between functions. Such a sha...
阅读全文
posted @
2008-08-26 23:05
JIN Weijie
阅读(295)
推荐(0) 编辑
[css]CSS hack:区分IE6,IE7,firefox
摘要:CSS hack:区分IE6,IE7,firefox 区别IE6与FF: background:orange;*background:blue; 区别IE6与IE7: background:green !important;background:blue; 区别IE7与FF: background:orange; *background:green; ...
阅读全文
posted @
2008-08-26 16:33
JIN Weijie
阅读(275)
推荐(0) 编辑
[javascript] 用js得到文件大小
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 9 10 11
阅读全文
posted @
2008-08-12 17:18
JIN Weijie
阅读(744)
推荐(0) 编辑