Y
Hacker News
new
|
ask
|
show
|
jobs
by
uryga
2380 days ago
maybe there should be two keybindings for mousing-over and clicking, i'd say hovering is relatively rare in comparison
1 comments
jedimastert
2380 days ago
Maybe? I don't know if there's defined behaviour JS wise for a "click" event not following a "mouseover" though.
link
blotter_paper
2380 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