I have a HTML page with jquery loaded in and 2 links on the page.
<a href='www.example.com'>Buttona</a>
<a href='www.example2.com'>Buttonb</a>
How can I make pressing the "1" key be like pressing the first link, and pressing the "2" key be like pressing the second link using jquery?