`$()` performs a `querySelector()` call on the root node, `$$()` should do a `querySelectorAll()`, jQuery-style.
$()performs aquerySelector()call on the root node,$$()should do aquerySelectorAll(), jQuery-style.