I am using JQuery for validation.I declare some fields as required then they are validating ,and I also delcare a field as email that is also getting validate and I also tried minlength and maxlength they are also working.
question is what else JQuery can validate without writing much code?
.Can it validate date also?
JQuery (JavaScript) can validate almost anything; however, keep in mind that JavaScript can be disabled and validation skipped. That is why some sort of server-side validation should be done in case that occurs.