You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That way you can do things like new Elements(document.query('#a'), document.query('#b')).queryAll('.c'). Similar to jQuery's $('#a').add($('#b')).find('.c'). Basically any situation where you might programmatically construct a set of elements.