JavaScript的DOM属性和方法

Gavin [Web前端技术]

2010.11.17

DOM属性和方法:

document方法:
getElementById(id) 返回指定结点的引用
getElementsByTagName(name) 返回文档中所有匹配的元素的集合
createElement(name) [...]


[转]JavaScript字符串函数大全

Gavin [Web前端技术]

2010.06.11

javascript常用字符串函数