<input type="text" id="txtBox" /> $(document(.ready(function(){ $('#txtBox').bind("paste", function(e) { e.preventDefault(); }); });
No comments :
Post a Comment