tag: cross-browser compatibility

  • How to prevent buttons from moving on click

    How to prevent buttons from moving on click

    Maria D. Campbell

    How I solved the issue of moving buttons on click, and what the side effects were of that move!

    #browser scrollbars, #cross-browser compatibility

  • e.keyCode || e.which?

    e.keyCode || e.which?

    Maria D. Campbell

    When to use e.keyCode and when to use e.which.

    #cross-browser compatibility, #e-keycode, #e-which, #frontend development, #keyboard events, #javascript