HTML5 form required attribute. Set custom validation message?

前端 未结 14 1907
你的背包
你的背包 2020-11-22 01:26

I\'ve got the following HTML5 form: http://jsfiddle.net/nfgfP/

14条回答
  •  耶瑟儿~
    2020-11-22 01:55

    It's very simple to control custom messages with the help of the HTML5 oninvalid event

    Here is the code:

    User ID 
    
    

提交回复
热议问题