HTML
Click Me!
JS
$(\'#clickMe\')
Because hitting "Enter" when focus is on a button triggers the "click" event natively. You also get a "keypress" event, and from that you trigger the "click" event again.