I have complete jQuery validate() validations accross all my fields in my forms, complex and simple validation even custom methods.
The question I ask now considering it is 2015 and most browsers support javascript and have it enabled by default.
How necessary is server-side validation today, and is it even worth it? If so, what is the latest ideal way to do it as I know a few ways such as checking all the post data and outputting a error on submit, this was going back a few years now.
YES.