DEV Community

Discussion on: Vanilla JavaScript Modal Pop-up

Collapse
 
jackttcoms profile image
jackdev

how would we implement the esc key in vanilla js to this? thanks

Collapse
 
dailydevtips1 profile image
Chris Bongers

Hey, would work something like this:

codepen.io/rebelchris/pen/VwaWgwp

But be aware, the new macs for instance don't come with this key, so it's a bit more tricky there.