I would like to detect whether the user has pressed Enter using jQuery.
How is this possible? Does it require a plugin?
EDIT: It looks like I need to use the keypress()
method.
I wanted to know if anyone knows if there are browser issues with that command – like are there any browser compatibility issues I should know about?