Jquery Validate name=“name[]” not working

后端 未结 1 868
庸人自扰
庸人自扰 2021-01-28 14:46

I\'m using the Validation plugin from bassistance.de I want to validate the folowing:

相关标签:
1条回答
  • 2021-01-28 15:34

    Names in JavaScript object literals must be quoted if they contain non-alphanumerics (or are keywords):

    "vraag2[]": "Make at least one choice"
    
    0 讨论(0)
提交回复
热议问题