From 170863a9270b15983cdf5e50d7b6ebd60b890136 Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Tue, 26 Apr 2016 04:45:15 +0700 Subject: [PATCH] Add post --- .../2016-04-26-javascript-validator-for-input-number.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-04-26-javascript-validator-for-input-number.markdown b/_posts/2016-04-26-javascript-validator-for-input-number.markdown index f7c7a14..291b390 100644 --- a/_posts/2016-04-26-javascript-validator-for-input-number.markdown +++ b/_posts/2016-04-26-javascript-validator-for-input-number.markdown @@ -11,7 +11,7 @@ For example result of it: <iframe width="100%" height="350" src="//jsfiddle.net/agaust/3qz105nn/embedded/html,result/dark/" allowfullscreen="allowfullscreen" frameborder="0"></iframe> tutorial above, when you can not directly add the attribute inside html tag. -but if you can add it, you can following this bellow: +but if you can add it, you can following this tutorial bellow: {% highlight html %} <input id="id_price" type="number" min=0 onkeypress="return isNumber(event)"/> -- GitLab