______arrow key to move to the previous slide. up, down, right, left
Answers
Answered by
0
Answer:
The task is to move an element to left, right, up and down using arrow keys in jquery, we can use the jQuery keydown() method along with the .animate() method.
The keydown() method triggers the keydown event whenever User presses a key on the keyboard.
Similar questions