Posts by VICTOR ALTIERI • 1 point
1 post
-
0
votes2
answers2003
viewsA: Shoot event to change slider image by clicking the arrow keys on the keyboard
Friend a cool way to do is to use the Cycle plugin and add the KEY code. thus: / ACTIVATE KEYBOARD KEYS TO MOVE SLIDE $('body').keyup(function(e){ const KEY_LEFT = 37; const KEY_RIGHT = 39;…