I want to check textfields inside a form when a user exits that field. I could do it with a onblur on the textfield, but I want all textfields in a form to be checked, so I thought that a onblur on the form element should do the trick, but that doesn't work.
What kind of other options are there?
What kind of other options are there?