Skip to content

jQuery kepress is always done twice #5163

Answered by mgol
Doob123123 asked this question in Q&A
Discussion options

You must be logged in to vote

The keypress event bubbles so when the body is focused, the handler is being invoked on both <body> and <html> elements, causing the issue you observe. Attach the handler just on a single element to avoid the issue. This has nothing to do with jQuery.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5162 on November 17, 2022 21:42.