Provisions input box enter only numbers and decimal points

Provisions input box enter only numbers and decimal points, only apply to enter the latitude and longitude of the input box

<input type="text"  οnkeyup="value=value.replace(/[^\d{1,}\.\d{1,}|\d{1,}]/g,'')">

Onkeyup do with restrictions

Published 80 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/tscaxx/article/details/104229772