I am using jquery on asp.net mvc. I have textbox on page and I hooked up handler for keyup event of textbox. When user deletes the text or pastes text into it, i do not get the handler called.
Please help me how to handle this.
EDIT: Also I want to get the value when user pastes the value using mouse.