How do I verify age using jQuery?

后端 未结 8 2082
故里飘歌
故里飘歌 2020-12-04 04:28

I need to validate if the age for a alcohol website. And what I need is all here. I\'m nearly there but I\'m not sure is correct . Locally doesn\'t work. I need the

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-04 05:04

    $('.submit').click(function() { should be $('#submit').click(function() {

    although there is some weird code that I don't understand and causes an error

    $('input[type="checkbox"]:checked').length > 0();
    

提交回复
热议问题