I made a script to remove whitespace from a string inside a TEXTAREA or INPUT, follow the code just below:
input = 'input[type="text"]:not(.inputData), textarea';
$(document).on('blur', input, function(){
console.log('blur');
$(th...
asked by
16.02.2017 / 15:04