I wonder what I’m doing wrong: $(".s").keypress(function(e) { switch (e.keyCode) { case 8: // Backspace //console.log('backspace'); case 9: // Tab case 13: // ...
-
May 30, 2022
- 0 Comments