Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
$("#<%=Textbox1.ClientID %>").bind('cut copy paste', function(e) { alert(e.type + ' text!'); });
$("#<%=Textbox1.ClientID %>").bind('cut copy paste', function(e)
No comments:
Post a Comment