我的博客

博客园 首页 新随笔 联系 订阅 管理

2007年4月30日 #

摘要: 动态删除select中的所有options: document.getElementById("ddlResourceType").options.length=0; 动态删除select中的某一项option: document.getElementById("ddlResourceType").options.remove(indx); 动态添... 阅读全文
posted @ 2007-04-30 15:09 Jackey 阅读(1373) 评论(3) 推荐(0) 编辑

摘要: js 触发事件大全 ... 阅读全文
posted @ 2007-04-30 10:00 Jackey 阅读(22352) 评论(0) 推荐(1) 编辑