Skip to navigation
How to do actions after the array keyboard keys up and down got pressed
15.05.14
after a onkeyup event you can try this: if(e.keyCode == 40)//down { } else if(e.keyCode == 38)//up { } else if(e.keyCode == 13)//enter { e.preventDefault(); //disable default enter behaviour }
http://www.w3schools.com/jsref/event_onkeyup.asp
Reply
Anonymous
Information Epoch 1740357501
Make each program do one thing well.
Home
Notebook
Contact us