jQuery(document).ready(function($){ $('#billing_phone').on('input', function() { this.value = this.value.replace(/[^0-9]/g, ''); }); });