[jQuery] Detect key event when using Chinese input method

[jQuery] Detect key event when using Chinese input method


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?