So I have this code on a page:
<a id="buy_now" class="btn_green_release" href="#"><span>BUY NOW!</span></a>
It's for a link button, not a standard input button.
What I want to do, is to have it triggered when I press a key. I've found something around here (link below) but it didn't work.
Trigger a button click with JavaScript on the Enter key in a text box
Any help is highly appreciated!
Andrei