Is JavaScript validation bad?

后端 未结 14 1651
栀梦
栀梦 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:47

    Is JavaScript validation worth of it?

    Yes, as it provides a better user experience and preserves bandwidth.

    Should we ever use it now?

    Yes, for the aforementioned reasons.

    Are there any solutions to this?

    Yes, use server-side validation as well.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题