Closed
Description
Shouldn't it be possible to trigger validation of an input field not at onBlur but in a different event like for example in an ajax callback function that updates the input field itself? (or is this functionality already there?)
Update: If I understood rightly, $.isValid()
validates the whole form, not a single input. I am talking about a single input validation.