Showing posts with label floating validation. Show all posts
Showing posts with label floating validation. Show all posts

Thursday 9 October 2014

Enter Floating Number only

Input field onkeyup check floating values only to allow
onkeyup="if (!isFinite(this.value)) this.value = this.value.replace(/(\s+)?.$/,'')"