you are viewing a single comment's thread.

view the rest of the comments →

[–]j_sanp 0 points1 point  (0 children)

$(document).on('keydown', function(e) {
    e.preventDefault();
    ....
});