[jQuery] Is it possible to catch keypress events to a div?

[jQuery] Is it possible to catch keypress events to a div?


I'm playing with the idea for a game, and I want to use the keyboard
for control. I need to catch keypress events without using a textarea
or a text input box. Can you bind keypress to a div or to <body>? I
haven't been able to get it working, but I'm new to jquery.
Thanks for the help!
hydra12