Modify ↓
Ticket #4859 (closed feature: worksforme)
event.keydown
| Reported by: | hotup | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | event | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
firefox 3.5
Keydown events can not be used charCode properties, the value of meaningless
test <input id="test" type="text" />
$("#test").keydown(){ alert(1111111111111) }
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

You should be using event.which.
http://api.jquery.com/event.which/