
JavaScript
iteye_15801
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ie中js异常
html 部分代码: [code] 内容 xxxxxxxx //用于留言定位 [/code] 使用prototype.js 中的 new Insertion.Bottom('comment_list', '留言内容');函数插入请求到的留言内容。 在ie中 就会抛异常。 去掉 [code] //用于留言定位[/code] 就正常了,奇怪的ie firefox中没...原创 2007-11-27 17:29:03 · 142 阅读 · 0 评论 -
调色板
项目中需要从页面选择颜色定制背景色,google了一个样例,但其html代码太大所以自己写了一段js替之。 觉得还是比较有用的一段小代码,希望可以帮到一些朋友。 [code] the color var Color = { outprint: function() { var s='',i=0,cc = this.getCC(); fo...2007-09-29 21:28:32 · 127 阅读 · 0 评论 -
JavaScript Commpressor
JavaScript Tools: [url]http://dean.edwards.name/packer/[/url] [url]http://javascriptcompressor.com/[/url]原创 2008-10-01 11:00:45 · 109 阅读 · 0 评论