张冬生的网络日志

记录,转载,分享
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月27日

摘要: function getElementsByClassName(fatherId, tagName, classNames){ var node = fatherId && document.getElementById(fatherId) || document; classNames = classNames.split(" "); var elements = node.g... 阅读全文

posted @ 2011-08-27 19:20 张冬生 阅读(1533) 评论(0) 推荐(0) 编辑