Is JavaScript validation bad?

后端 未结 14 1907
栀梦
栀梦 2021-02-01 11:56

It has been long time since we have been validating our forms using JavaScript. I am sure this must be the case with most other developers.

Question:

What if the

14条回答
  •  你的背包
    2021-02-01 12:48

    Is JavaScript validation worth of it?
    

    well,yes it is .Buy using JavaScript validation you can easily take any kind information about client site more over JavaScript validation provides a better user experience

       Should we ever use it now?
    

    Yes you can because of user can see there error or what's they do wrong on real-time

    Are there any solutions to this?
    

    yes you can also use server-side validation.But sometime its take more time .it's also insecure

提交回复
热议问题