$(document).bind("keydown",function(e){
e.preventDefault();
$("#show-all-win").animate({
scrollLeft: $(".key_"+e.keyCode).position().left
}, 800);
})
$(document).bind(keydown,function(e){ e.preventDefault(); $(#show-all-win).animate({ scrollLeft: $(.key_+e.keyCode).position().left }, 800); })
Share
Try this
Hope this helps