Closed jadaradix closed 8 years ago
The HTML5 classList API as well as map, forEach and querySelector/querySelectorAll can replicate the jQuery functionality with better performance. I've tested this and you can see that at http://jadaradix.com/chart-test
classList
map
forEach
querySelector
querySelectorAll
Nice work! Tested it on one of our apps and it works correctly :). Thank you!
The HTML5
classList
API as well asmap
,forEach
andquerySelector
/querySelectorAll
can replicate the jQuery functionality with better performance. I've tested this and you can see that at http://jadaradix.com/chart-test