[jQuery] a keydown problem? :)
[jQuery] a keydown problem? :)
$(window).keydown(function(e){
if (e.keyCode == 13)
sendmsg();
});
It works well on firefox and chrome
but It is not work on IE7.0 ?
Topic Participants
liecto
ryan.joyce.uk