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 1732533472
Save trees.
Home
Notebook
Contact us