relatedTarget attribute
Used to identify a secondary EventTarget related to a UI event. Currently this attribute is used with the mouseover event to indicate the EventTarget which the pointing device exited and with the mouseout event to indicate the EventTarget which the pointing device entered.
relatedTarget
Access
read-only
Returns
EventTarget
这对您有帮助吗?