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?