javascript difference between target and currenttarget

Solutions on MaxInterview for javascript difference between target and currenttarget by the best coders in the world

showing results for - "javascript difference between target and currenttarget"
Anna
26 Feb 2016
1target = The element that triggered event.
2currentTarget = The element that has the event listener.