Skip to content

Instantly share code, notes, and snippets.

@x8BitRain
Last active April 27, 2021 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x8BitRain/7ae2c741bfba305301f7884c51862915 to your computer and use it in GitHub Desktop.
Save x8BitRain/7ae2c741bfba305301f7884c51862915 to your computer and use it in GitHub Desktop.
Simulate a Mouseover Event in JS
document.querySelector('#element').dispatchEvent(new MouseEvent('mouseover', {bubbles: true}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment