$("#amount").keydown(function (e) { e.target.value = (e.target.value.match(/^\d*(\.?\d{0,1})/g)[0]) || null })