Archive for 一月, 2010

一月 11th, 2010

asp日期函数大全

asp日期函数
每个均有样例帮助理解

点这里阅读全文
一月 10th, 2010

URL编码表一览

URL编码对应表

点这里阅读全文
一月 9th, 2010

去掉图片链接点击后,图片周围的虚线框

a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
:focus { outline:0; }
或< a href="#" onFocus="this.blur()">< img src="logo.jpg" border=0>< /a>

点这里阅读全文
一月 8th, 2010

jQuery 1.3 API 参考文档中文版-在线版

http://ai-2.cn/tools/jqueryapi/

点这里阅读全文
一月 8th, 2010

js的一些小技巧(一)

javascript 一条语句实现随机数

点这里阅读全文