How to fire an event after cutting a text from textbox ?
Hi all,
i have bind a cut event for a textbox in asp.net using jquery. intially, i typed a text in textbox is "dotnet program".
now, i cut the text "programming" from the textbox. while cut event i cannot find the latest text from textbox(i mean only the text "dotnet"). If i get text from textbox while cut event i can get only the full text from the textbox..
how to get the modified text from textbox?
i found there is beforecut event is available in jquery.. is there any event lik "aftercut" in jquery?
thanks
r.eswaran.