Have you tried to use the onkeyup event instead? You can even do something like: $('#element').bind('keyup', function() { alert(' ...
確定! 回上一頁