( HTML5, JQuery) Attributes of Input elements are ignored by JQuery

后端 未结 3 824
囚心锁ツ
囚心锁ツ 2021-01-28 06:25

In HTML5, when I make a text box like below, and press the submit button.



        
3条回答
  •  臣服心动
    2021-01-28 06:29

    you can add a validate function inside the jquery click function of yours. in that validate function the value of the input field must be validated. if it exceeds 100 it should return false

提交回复
热议问题