Is there any difference between JS events blur vs focusout?
I have two textboxes: password and confirm_password.
I want to check password match when user tabs out of the confirm pwd textbox, for example.
In this case which event should I use or does it matter?
The documentation for focusout says (emphasis mine):
The same distinction exists between the focusin and focus events.