Click to get Flash Player
or try to enable JavaScript and reload the page
$(document).keypress(function(e) { if(e.which == 13) { //13 is stand for Enter key alert('You pressed enter!'); } });
thnx
No comments:
Post a Comment
thnx