会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
这里记录了我工作中的点点滴滴,有自己写的,也有别人的~
新博客地址:
liuqing.pw
新浪微博:
@掰漏斯特
掰漏斯特
博客园
首页
新随笔
新文章
联系
管理
订阅
2008年12月16日
getElementsByClassName方法
摘要: 网上找的getElementsByClassName方法 function getElementsByClassName(n) { var el = [], _el = document.getElementsByTagName('*'); for (var i=0; i<_el.length; i++ ) { if (_el[i].className == n )...
阅读全文
posted @ 2008-12-16 17:57 刘卿
阅读(313)
评论(0)
推荐(0)
编辑
公告