$("#text_object").change(listener); function listener(dom){ alert("I'm not getting here before the textarea loses focus"); }
详细信息在http://api.jquery.com/keyup/。