Find all elements with class ... in DOM
var elements = document.querySelectorAll('.thisClass');
returns a NodeList
Written by axlwaii
Related protips
1 Response
Won't work with IE 6 or 7
You can use native JS :
document.getElementsByClassName('thisClass')
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Html5
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#