[jQuery] Event binding
[jQuery] Event binding
I'm trying to bind the keydown and up events. Here is an example of what I've tried:
$(document).ready( function() {
$(document).keyup( function(e) { alert("Hello!"); } );
});
In Firefox this is fine, but Explorer does nothing. What am I doing wrong?
Blair
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/