What type of validation I can validate using default JQuery?

Hi there

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?

Thanks

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.

So How can I do server side validation

I am using JSP

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.