Anyone else noticing this?  Here is an example code, works fine in
firefox but fails in IE.

$(window).keydown(function(event){
        alert(event.keyCode);
});

Reply via email to