Posts tagged jQuery validator
How to make Smooth jQuery validator for Forms
- 17
- Feb
jQuery validator – checking forms
Today I will tell you how to build professional web forms with validation. I will use jQuery Validator Plugin for our tutorial.
You can ask me – where I can use it? – Quite anywhere: login or join forms for your website, forms of adding content, different guest books or blocks for comments. Really many ways for using it. I already saw several projects where validation was at server side. And submit of form just reload whole page where we seens – are we made any errors or not. Sometimes webmasters using ajax to send data invisible to server for validation. But in most of cases, this is much faster just to check all entered information at user side (using javascript/jQuery). Just check these several demos – and I will explain how to use it.
Read more
