Monday, March 30, 2009

[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 ?

No comments: