blur vs focusout — any real differences? [duplicate]

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?

2 Answers
2

Leave a Comment