$('input').on('change keyup input click mouseup', function() { if (this.value.match(/[^0-9]|^0{1}/g)) { this.value = this.value.replace(/./g, ''); }