Wednesday, May 14, 2014

HTML 5 number validation

HTML 5 number digit validator



<input type="number" id="r" size="20" name="r"  placeholder="Input value" pattern="[0-9]+([.][0-9]+)?" step="0.01" title="Enter Numeric Digit" />

pattern  =
step       =
title       =

No comments:

Post a Comment

GitHub repository using Git Bash command

  To add a project to a GitHub repository using Git Bash command line, you can follow these steps: Create a new repository on GitHub by logg...