jQuery Validator's "required" not working when value is set at statup
- by nandrew
Hello,
I have a problem with jQuery Validator. I want to use "required" property on a text input. It doesn't work when input has set value attribute by HTML code (tested on Firefox (3.5), and on IE 8 - on IE it works a bit better).
Story:
1. Page loads;
2. value is cleared;
3. focus is changed.
4. Nothing happens but the error message should be…