php(codeigniter)/mysql | javascript(jQuery) | html/css | linux(ubuntu)/git
$('body').keydown(function(event){ if (event.which == 37) { //左鍵的代碼 $('#img_last').click(); } if (event.which == 39) { //右鍵的代碼 $('#img_next').click(); } });
沒有留言:
張貼留言