Y
Hacker News
new
|
ask
|
show
|
jobs
by
jedimastert
2379 days ago
Maybe? I don't know if there's defined behaviour JS wise for a "click" event not following a "mouseover" though.
1 comments
blotter_paper
2379 days ago
There is, you can trigger click events from JavaScript without a mouse going over the element:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement...
link