标签: javascript jquery
只是看看其他人的.js代码来学习,这个使用jQuery的网站实际上引用了:
document.getElementsByTagName
我猜这是使用jQuery选择的速度更快,在所有浏览器中都安全吗?
答案 0 :(得分:5)
是的,它受到广泛支持。
http://www.quirksmode.org/dom/w3c_core.html#t12
它也用在jQuery中:
https://github.com/jquery/jquery/blob/1.4.4/src/core.js#L164
https://github.com/jquery/jquery/blob/1.4.4/src/core.js#L576