Files
cryptoanarchywiki.github.io/_posts/2016-04-26-javascript-validator-for-input-number.markdown
agusmakmun 7c8f4d4e60 Add post
2016-04-26 04:32:15 +07:00

11 lines
388 B
Markdown

---
layout: post
title: "Javascript Validator for Input Number"
date: 2016-04-26 04:19:22 +0700
categories: [others]
---
This javascript will validate/allow the number only when event key is pressed.
For example result of it:
<iframe width="100%" height="350" src="//jsfiddle.net/agaust/3qz105nn/embedded/html,result/dark/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>