Tombol ID Klik JQuery

$(document).click(function(e){
    console.log(e.target.id) 
  
})
notme