Limit
Code Sample <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>input</title> </head> <body> An input box that can only input pure numbers: <input type="text" name="" oninput="value=value.replace(/[^\d]/g,'')"> </body> </html> This is the end of this article about how to limit the input box in HTML to only input pure numbers. For more relevant HTML content about limiting input to numbers, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
>>: An example of implementing a simple finger click animation with CSS3 Animation
Table of contents Install vim plugin manager Add ...
After I published my last article “Zen Coding: A Q...
Table of contents 1.Json string 1.1Json Syntax 1....
This article describes how to install MySQL 5.7 f...
This article shares the specific code of the appl...
Table of contents 1. Job Execution Fault Toleranc...
How can you find the location of the configuratio...
After reading the following article, you can depl...
In the process of writing HTML, we often define mu...
A few days ago, when I was working on a requireme...
First, download the green free installation versi...
Programs in Docker containers often need to acces...
This article shares the specific code for WeChat ...
Table of contents 1. Introduction 2. Use axios in...
Sometimes we save a lot of duplicate data in the ...