min max number in text input - Jquery/javascript

11,666

Use jquery validator plugin. It has a nice set of features, and min max validation too. But checking values on server side is a must too. Here is an examples for min and max.

Share:
11,666
Tommy Arnold
Author by

Tommy Arnold

Updated on June 04, 2022

Comments

  • Tommy Arnold
    Tommy Arnold almost 2 years

    I would like to set a minimum and maximum allowed number to be entered in text input I know I can do this with range input but will it still have the max and min when used in non compatible browsers?

    if not could you please point me in the right direction, thanks for reading.