Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery numeric textbox with min and max ranges

i see this question but none of the solutions support min and max values range

How to allow only numeric (0-9) in HTML inputbox using jQuery?

I see that http://jstepper.emkay.dk/ attempts to do this but seems very buggy as it allows you to enter multiple decimal places and other characters such as ";".

is there i way i can use one of these solutions and also say, only support min of 0 and max of 100 in the textbox entry?

like image 861
leora Avatar asked Jan 06 '10 13:01

leora


1 Answers

I am the author of jStepper and I just updated the plugin to be able to do what you like.

So give it a try again and see if it works now :)

like image 176
EmKay Avatar answered Oct 12 '22 10:10

EmKay