I\'m writing a form validation script and would like to validate a given field when its onblur event fires. I would also like to use event bubbling so i don\'t have to attac
aa, you can simply add the onblur event on the form, and will call the validation every time you change focus on any of the elements inside it