Détecter le bouton CLIQUEZ JQUERY

$(".btn").click(function(){
  var clk = $(this).attr("id");
});
Bloody Bee