I have basycally two types of buttons:
1) <button type="button" tabindex="0">Press me</button>;
2) <div class="button" tabindex="0">Press me</div>.
If I bind just click event handlers on them they will not react on enter key. How to make them react on all button events? Maby something like input event on input field exists for buttons?