$(".card").click(function(){alert($(this).attr('id'));});
$(".card").click(function(){alert(this.id);});