This question already has an answer here:
- onKeyUp not firing for ESC in IE 5 answers
Basically I have a problem with triggering keyup event on input element in. In Firefox it works but in IE7 (or IE 8 in IE 7 mode) it doesn't. Is there a way to make this work (preferably in jQuery)?
I want console
to print test each type I type a letter.
EDIT: In hurry I forgot the obligatory jsFiddle link - http://jsfiddle.net/sWfNw/3/
Ok, here is alert which should work in IE regardless of version if I recall correctly.