[jQuery] Can't get key capture events to work in ie

2009-04-02 Thread mberger
The key capture events (keypress, keyup, keydown) all work fine in Firefox. But I can't get IE7 to do anything with them. Specifically, I am trying to capture the Enter key. I have tried both jquery 1.2.6 and 1.3.2 Before trying to do anything with the key capture, this is all I am trying to do

[jQuery] Re: Can't get key capture events to work in ie

2009-04-02 Thread mberger
So I changed the code from e.which to e.keyCode based on someone else's entry and it works in Firefox, IE7 and IE8 and Safari. Not sure if this is the best solution, but it is working right now. - Mike On Apr 2, 11:19 am, mberger mberge...@gmail.com wrote: The key capture events (keypress