ID de magasin d'un élément jQuery

$(". only_this_class"). click(function() { var clickedId= $(this). attr("id"); alert(clickedId); });
Average Anaconda