Skip to content

Instantly share code, notes, and snippets.

@m4tlch
Created February 12, 2016 07:10
Show Gist options
  • Save m4tlch/5e3f2aa3670daa7d788d to your computer and use it in GitHub Desktop.
Save m4tlch/5e3f2aa3670daa7d788d to your computer and use it in GitHub Desktop.
<input onkeyup="value=value.replace(/[^0-9\.]/g,'')" />
<input onblur="if(value.match(/[^0-9\.]/)) raise_alert(this)" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment