Crossbrowser equivalent of explicitOriginalTarget event parameter

后端 未结 6 705
北海茫月
北海茫月 2020-12-02 00:00

Does anyone know of crossbrowser equivalent of explicitOriginalTarget event parameter? This parameter is Mozilla specific and it gives me the element that caused the blur. L

6条回答
  •  既然无缘
    2020-12-02 00:29

    2015 update... you can use event.relatedTarget on Chrome. Such a basic thing, hopefully the other browsers will follow...

提交回复
热议问题