JQuery Validator Plugin Phone Validation

前端 未结 3 1662
情歌与酒
情歌与酒 2021-02-10 07:09

I\'m having issues with the jquery validator validating phone numbers. So in a form where I have an input for phone number, I use jquery\'s additional methods to validate the ph

3条回答
  •  鱼传尺愫
    2021-02-10 07:51

    If the database field is holding integers and you're sending stuff like "987-123-1223", depending on your db engine only the first digits will be stored.

    I've had this problem myself already! You can fix it on the server side using simple string replacement methods!

提交回复
热议问题