Why isn\'t backspace being detected using jquery keypress event?
$(\"#field\").keypress(function(event){alert(event.which);});
The onKeyUp alone will do all the keyboard key detection in chrome..