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
There's a keypress() event method. The Enter key's ascii number is 13 and is not dependent on which browser is being used.