querySelector querySelectorAll

Author Avatar
Aryb1n 5月 26, 2017

关于这个我倒是没有很大疑问

document.querySelector('.class')
document.querySelectorAll('.class')

但,我们有了这个,为什么还要用jQuery呢
是因为效率还是因为有什么问题吗

另外只选择id的话不要用这个…和getElementById还是有性能差异的
直接乖乖用getElementById就阔以了

推荐阅读

http://www.cnblogs.com/Wayou/p/html5_web_api_queryselector.html
https://developer.mozilla.org/zh-CN/docs/Web/API/Document/querySelector
http://www.iteye.com/news/28503