I am submitting a form using jquery like if a user clicks on the submit image it will submit the form. So in this case if the user will disable java script on the browser ,user can not submit the form.
So do I need server side validation for this form ? Because what i know is server side validation helpful when some one disable javascript on the browser , But as in my case the user can not submit the form after disabling the javascript, so why do i need server side validation.
If I am wrong, In which cases do i need server side validation?