//allow a number in textbox using jQuery. jQuery('.numbersOnly').keyup(function () { this.value = this.value.replace(/[^0-9.]/g,''); });