I have two events ( OnClick y Focusout
). At the time of doing click
in a input
the focusout
is waiting for this input
to lose the focus and skip this same event, but if I do click
in another element first jump the focusout
, and after this I have to return to give click
in the element to take the event onclick
, is there any way to capture the two events at the same time? Greetings.