locked
using JQuery Ajax Handle server-side validation if user has turned off JavaScript RRS feed

  • Question

  • User-305496339 posted

    Hi Friends !!!

    If I am using JQuery Ajax naturally I would have to perform my form validation on the client-side. However, I read that the user can turn off  JavaScript, and then I must perform server-side validation. Thanks !!!

    Tuesday, February 19, 2019 2:42 AM

Answers

  • User475983607 posted

    rkrex

    If I am using JQuery Ajax naturally I would have to perform my form validation on the client-side. However, I read that the user can turn off  JavaScript, and then I must perform server-side validation.

    Your question is too vague to answer.  Can you explain why you are unable to write server side code to validate the jQery/AJAX parameters?  I'm guessing you doing something with the input like saving in a database.

    Is there anyway you can share your code?

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, February 19, 2019 3:04 AM

All replies

  • User475983607 posted

    rkrex

    If I am using JQuery Ajax naturally I would have to perform my form validation on the client-side. However, I read that the user can turn off  JavaScript, and then I must perform server-side validation.

    Your question is too vague to answer.  Can you explain why you are unable to write server side code to validate the jQery/AJAX parameters?  I'm guessing you doing something with the input like saving in a database.

    Is there anyway you can share your code?

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, February 19, 2019 3:04 AM
  • User-305496339 posted

    Thank You So Much For You Help !!! I think you answered my question, I will write server side code to validate the jQuery/AJAX parameters. 

    Tuesday, February 19, 2019 4:35 AM