CSS+Javacript

posted @ 2009-05-15 09:11 roboth 阅读(24) | 评论 (0) 编辑
posted @ 2009-03-30 11:40 roboth 阅读(48) | 评论 (0) 编辑
摘要: call的迷糊!阅读全文
posted @ 2009-01-13 18:37 roboth 阅读(133) | 评论 (0) 编辑
posted @ 2008-09-16 14:32 roboth 阅读(999) | 评论 (1) 编辑
摘要: ajax+json的一个小例子阅读全文
posted @ 2008-08-22 18:57 roboth 阅读(880) | 评论 (0) 编辑
摘要: ajax post实例!阅读全文
posted @ 2008-07-29 14:14 roboth 阅读(172) | 评论 (0) 编辑
摘要: o(∩_∩)o...阅读全文
posted @ 2008-07-21 17:52 roboth 阅读(746) | 评论 (0) 编辑
摘要: 都是浏览器惹得祸。阅读全文
posted @ 2008-07-21 16:12 roboth 阅读(31) | 评论 (0) 编辑
摘要: 你会字符换行吗?阅读全文
posted @ 2008-07-15 17:32 roboth 阅读(106) | 评论 (0) 编辑
摘要: 不错js日历控件!阅读全文
posted @ 2008-07-02 14:16 roboth 阅读(181) | 评论 (0) 编辑
摘要: 我已困惑已久!阅读全文
posted @ 2008-07-01 17:31 roboth 阅读(254) | 评论 (2) 编辑
摘要: 大家经常会出现这样的情况!阅读全文
posted @ 2008-06-30 08:44 roboth 阅读(1062) | 评论 (1) 编辑
posted @ 2008-06-30 08:22 roboth 阅读(134) | 评论 (0) 编辑
摘要: 可爱可恨的return false;阅读全文
posted @ 2008-06-27 15:36 roboth 阅读(179) | 评论 (5) 编辑
摘要: 发上来、方便查阅!阅读全文
posted @ 2008-06-27 11:53 roboth 阅读(186) | 评论 (0) 编辑
摘要: replace 的使用小结!阅读全文
posted @ 2008-06-24 17:35 roboth 阅读(940) | 评论 (2) 编辑
摘要: js Popup阅读全文
posted @ 2008-06-23 17:57 roboth 阅读(308) | 评论 (0) 编辑
摘要: js中的面向对象!阅读全文
posted @ 2008-06-23 13:34 roboth 阅读(181) | 评论 (0) 编辑
摘要: js经典收藏!阅读全文
posted @ 2008-06-21 23:35 roboth 阅读(331) | 评论 (5) 编辑
摘要: 常用表框操作函数集合,很实用!阅读全文
posted @ 2007-09-19 14:11 roboth 阅读(163) | 评论 (0) 编辑
摘要:
function createInheritance(parent,child)
{
var pro;
for (pro in parnet)
{
if(!child[pro])
{
child[pro]=parent[pro];
}
}
}阅读全文
posted @ 2007-07-30 12:02 roboth 阅读(33) | 评论 (0) 编辑
posted @ 2007-07-30 11:05 roboth 阅读(656) | 评论 (2) 编辑
摘要: clientWidth,offsetWidth等等,您知道吗?阅读全文
posted @ 2007-07-17 09:47 roboth 阅读(204) | 评论 (0) 编辑
摘要: 常用js注册验证阅读全文
posted @ 2007-06-11 15:48 roboth 阅读(899) | 评论 (1) 编辑