Very simple form validation
Hi,
I'm looking to validate first name and email fields using jquery.
First name field should display an icon or msg if less than 3 charachters are entered.
Email field should show an error/icon if the input is anything else than a valid email.
Don'y want to use bulky form validator plugins for unless necessary.
I would appreciate some help on this. Many thanks