SyntaxFix
Write A Post
Hire A Developer
Questions
You have the word 'document' in a string. Change:
$('document').keypress(function(e){
to
$(document).keypress(function(e){