ฉันมีเหตุการณ์คลิกดังกล่าว
<button (click)="toggle($event)" class="someclass" id="btn1"></button>
<button (click)="toggle($event)" class="someclass" id="btn2"></button>
ฉันจับเหตุการณ์ในพารามิเตอร์อินพุตฟังก์ชันของฉันและต้องการทราบว่าปุ่มใดถูกคลิก
toggle(event) {
}
แต่event
ไม่มีid
ทรัพย์สิน
altKey: false
bubbles: true
button: 0
buttons: 0
cancelBubble: false
cancelable: true
clientX: 1198
clientY: 29
ctrlKey: false
currentTarget: button#hdrbtn_notificaton.mdl-button.mdl-js-button.mdl-js-ripple-effect.mdl-button--icon
defaultPrevented: false
detail: 1
eventPhase: 3
fromElement: null
isTrusted: true
isTrusted: true
layerX: -566
layerY: 5
metaKey: false
movementX: 0
movementY: 0
offsetX: 22
offsetY: 13
pageX: 1198
pageY: 29
path: Array[13]
relatedTarget: null
returnValue: true
screenX: 1797
screenY: 148
shiftKey: false
sourceCapabilities: InputDeviceCapabilities
srcElement: span.mdl-button__ripple-container
target: span.mdl-button__ripple-container
timeStamp: 1458032708743
toElement: span.mdl-button__ripple-container
type: "click"
view: Window
webkitMovementX: 0
webkitMovementY: 0
which: 1
x: 1198
y: 29
ฉันจะหาid
?
UPDATE: Plunkers นั้นดีแต่ในกรณีของฉันฉันมีในเครื่อง:
event.srcElement.attributes.id
- ไม่ได้กำหนด
event.currentTarget.id
- มีค่า
ฉันใช้ Chrome เวอร์ชันล่าสุด 49.0.2623.87 ม
มันอาจจะเป็นMaterial Design Lite
เรื่อง? เพราะฉันกำลังใช้มัน
id
อะไร?