relatedTarget Identifies a secondary target for the event. Syntax sTargetObj = event.relatedTarget Parameters sTargetObj is a reference to an additional event target. Example // example here Notes Additional notes. Specification link to spec
Identifies a secondary target for the event.
sTargetObj = event.relatedTarget
sTargetObj is a reference to an additional event target.
// example here
Additional notes.
link to spec