0
テーブル行を動的に作成しています。各行に、ボタンを作成しています。すべての行にボタンがあります。私は機能getAppointment(中value属性(値= " '+ patient.appointmentId +'))の値を渡したい。onclick()関数を呼び出す関数のボタンの値の属性値を渡します。動的に作成されるボタン
<button type="button"
value="'+patient.appointmentId+' "id="cancel-appointment"
onclick = "getAppointment()" class="fa fa-remove btn-transparent">
</button>
この
<button type="button"
value="'+patient.appointmentId+' "id="cancel-appointment"
onclick = "getAppointment(patient.appointmentId)" class="fa fa-remove btn-transparent">
</button>