Personal greetings,
I have a generic javascript util.js file with a function to not allow copy and paste.
$('input').bind('copy paste', function (e) {
e.preventDefault();
});
On a specific page, I need a given field to copy and pa...
asked by
19.07.2018 / 20:25