keypress event dowsnt work in jquery
I created a jquery program. when clicking a button it will alerts which
key is pressed.
i created the program as
$("Selector").keydown(function(e){
alert(e.which);
});
please check the link for details JSFIDDLE
No comments:
Post a Comment