Opened 14 years ago
Closed 13 years ago
#4859 closed feature (worksforme)
event.keydown
Reported by: | hotup | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 13 years ago by
Component: | unfiled → event |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You should be using event.which.
http://api.jquery.com/event.which/