DOM lib - how to specify container node?

p5.dom lib wasn’t supposed to support everything a browser offers like jQuery. :roll_eyes:

Although p5.dom offers the elt prop which points directly to the internal HTMLElement it encloses: :face_with_monocle:
p5js.org/reference/#/p5.Element/elt

For color picker, library DatGui offers a very easy implementation: :paintbrush: