event.which
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#whichkey').bind('keydown',function(e){ $('#log').html(e.type + ': ' + e.which ); }); }); </script> </head> <body> <input id="whichkey" value="type something"> <div id="log"></div> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท