Blog
JavaScript – querySelector()/querySelectorAll() & Template Elements
Did you know that you cannot use querySelectorAll() function on <template> elements? By that I mean that the following code will in fact not return any results: The same thing can be said about trying to use querySelectorAll() function on <template> elements: This even happens when calling either one of Read more…