[jQuery] Detect key event when using Chinese input method

2009-08-08 Thread Shi Zhuguo
Hi there, I am using JQuery to detect "key down" event, like j.input.bind("keydown", function(e). But when I use Chinese input method, the detection often failed. Can some help?

[jQuery] Detect Enter event with Jquery on Linux

2009-07-22 Thread Shi Zhuguo
Hi there, I am using jquery to make a Comet chat client. But I have problems to detect "press enter" event on Linux. It's really strange. The same code runs well on windows: j.input.bind("keydown", function(l) { if (l.keyCode == 13) { //doing some stuff h