$(".btn").click(function(){ var clk = $(this).attr("id"); });
$("button").click(function(e){ var idClicked = e.target.id; });