[jQuery] Keypress problem
Hi all,
first above all, jQuery rocks!
I'm currently doing a prototype for a big project. I used
script.aculo.us and prototype, but for different reasons, I decided to
recode all using jQuery (the first reason was to use a complete
lightweight library).
Wi the old libraries I had developed a "small" script using the
keypress event to do something like a Google Suggest where a liste
become smaller depending on the text entry (the difference is that I'm
not using a form text field).
On FF my new jQuery code works fine but in IE it sucks... also with
the code below it seems not working:
$(document).keypress(testMe);
function testMe()
{
alert('Hello World!');
}
Any idea?
Thanks -- Roberto
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/