Side navigation
#4859 closed feature (worksforme)
Opened July 07, 2009 07:08AM UTC
Closed June 13, 2010 01:16PM UTC
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)
}
Attachments (0)
Change History (1)
Changed June 13, 2010 01:16PM UTC by comment:1
component: | unfiled → event |
---|---|
resolution: | → worksforme |
status: | new → closed |
You should be using event.which.
http://api.jquery.com/event.which/