一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

javascript gettime() shortcuts

Posted on 2008-08-14   |   In javascript

new Date().getTime()的简写

Read more »

javascript get style pixel value in ie6 and ie7

Posted on 2008-08-13   |   In javascript

Computed vs Cascaded Style

Read more »

javascript变量覆盖及作用域

Posted on 2008-08-13   |   In javascript

注意代码中的变量名和function名的关系,书写一定要分清楚各个变量的词法作用域。

第一种情况,虽然名字相同,但词法作用域不同,不相关系。

Read more »

javascript string.replace for html tag

Posted on 2008-08-13   |   In javascript

适用于所有浏览器,从script.aculo.us作者Thomas Fuchs一个ppt中看到此代码。

Read more »

javascript method overloading

Posted on 2008-08-13   |   In javascript

javascript中的方法重载实现:

Read more »
1…727374…99
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS