Validates a single element, returns true if it is valid, false otherwise.
This behaves as validation on blur or keyup, but returns the result.
Arguments:
| element | Selector | |
|---|---|---|
| An element to validate, must be inside the validated form. | ||