php - jquery - How can send data when copy/pasted data in input? -
i send info when force come in or click anywhere etc. people using input field copy/paste. nobody write input, copy/paste. want, when copy/paste info input field, send info target file. how can this?
you can handle copy/paste activity using input event,
$('input[type="text"]').on('input',function(){ //code goes here.. }); demo php jquery
No comments:
Post a Comment