Try with event.keyCode and event.metaKey like this. $(document).ready(function() { $(".allow_only_numbers").keydown(function(e) { // Allow: backspace, ...
確定! 回上一頁