Questions tagged [esc-key]

16 questions
0
votes
1 answer

Onclick element simulate Esc key

I have the following situation: When the user clicks on a link, through Javascript Esc key should be triggered. So to be able to explain it better I have the following code so far: 1.I've created a function: //my function function invokeEscKey() { …
Ramirez
  • 193
  • 6
  • 20
1
2