the smartest js code snippet (from zepto)
cast dom nodes to array
function domSelector(selector) {
return [].slice.call(document.querySelectorAll(selector));
}
then, you can use forEach, filter, ...
see it in action : https://github.com/madrobby/zepto
Written by Philippe CHARRIERE
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#