Using querySelector on Node
I am doing something like:
The above will not work because
The above will not work because
querySelector is not from Node, but rather Element. Is there any good way to do this without manually tossing around Nodes?