I'm using jQuery Validation Plugin in order to verify form on client side.
One of my requirements is that form must be validated as client type in input or textarea fields.
jQuery Validation Plugin has an option onkeyup
, but it's same as without it.
For testing purposes, I created jsfiddle demo.
What can be done?