Skip to content Skip to sidebar Skip to footer

Jquery Keydown Function Not Working

I need some help with making the following code work properly: $('#entry').keydown(function(e) { alert(e.keyCode); }); With this textarea field: