How do find the id of the button which is being clicked?
function reply_click() { console.log(window.event.target.id) }