If you do not want to include additional plugins, you can always override the validator:
$.validator.methods.required = function (value, element) {
Remember that this overrides the default validator required for all necessary checks on the page.
source share