I have a simple textbox in which users enter number. Does jQuery have a isDigit function that will allow me to show an alert box if users enter something other than digits?
textbox
isDigit
The field can have decimal points as well.
©2020 All rights reserved.