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を使用しています
mozilla を除くすべてのブラウザで正常に動作しています
mozilla では、($ is not defined) というエラーが表示されます。
こんな感じで使ってみて、
$(window).delegate('*', 'keypress', function (e){ alert("key pressed"); });
また
jQuery(document).bind('keydown', function (e){ alert('key pressed'); });