I am trying to get the attribute value of the element clicked in my javascript code but for some reason the value I am getting is undefined.
This is the code:
HTML:
<c:button buttonLabel="Skype" buttonClass="valmetSecondaryButton noMargin" id="I_WANT_THIS_VALUE" onclick="{!c.openSkype}"/>
JS:
console.log(event.currentTarget.id);
This is working on Internet Explorer, havent tested in Firefox, but not working in Chrome. Also just so you know I am using Lightening Component, Salesforce!