Home >Web Front-end >JS Tutorial >Example of javascript verification of price legitimacy (must enter 2 decimal places)_javascript skills

Example of javascript verification of price legitimacy (must enter 2 decimal places)_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:49:511955browse

HTML code:

Copy code The code is as follows:

Please enter the price:
< input type="text" id="txtProPrice" />

JS code:
Copy code The code is as follows: