I have to take the paste event of a text area using JQuery. I have tried the following code but it is not working...
$(document).ready(function() { $(\'#t
$('#txtcomplaint').bind('paste', function(e){ alert('pasting!') });
For additional resource take a look here.