Slider with keypress control bugs when keys pressed to quickly.
- by Jaybuz
Hello, I've made a slider that uses the left and right arrow keys to move the slide but when pressed to quickly it will bug a little and I was wondering if it's possible to limit the amount of presses in say a second. You can see it here: {link}
$('#slider-nav div').click(function() {
$('#slider-nav div').removeClass('selected').addClass('');
…