0
I would like to simulate onClick in some element, but without the user clicking on the element, for example, the user presses Enter and the event triggered is the same as clicking on a particular element of the page, is there any way to do this? Can be in pure JS or Jquery
Simulate click without directly calling the function
– NoobSaibot