0
$(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);
})
が、これは、あなたのCSSスタイルとHTMLを提供することができます
を役に立てば幸いこの
を試してみてください。 – Murtaza