jquery numeric textbox with min and max ranges
jquery, numeric, textbox
Solution
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 :)
Problem
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?