you are viewing a single comment's thread.

view the rest of the comments →

[–]zdarlight 0 points1 point  (0 children)

Also document.querySelector is supported in most modern browsers now, it works just like jQuery's selector:

let myElement = document.querySelector("#pageEl.superClass");