When using ExtJS I’ve noticed a property “Related Target” for an event. Googling also reveals that this term is used in other DHTML related contexts, not only ExtJS. So what is this “related target” and how does it differ from the normal target (which is another property of the event object)? On this subject google revealed nothing.
When using ExtJS I’ve noticed a property Related Target for an event. Googling also
Share
It refers to the element the mouse goes to, or comes from. The only standard events it applies to are
mouseoutandmouseover.See QuirksMode and MDC.