Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのコードを持っていますが、それを機能させることができません。それともjQueryを介して私はそれを行うことができませんか?
$(document).keyup(function(e) { if(e.which == 44) { alert("11"); e.preventDefault(); } });