use id with in jquery code example
Example: store id of an element jquery
$(". only_this_class"). click(function() { var clickedId= $(this). attr("id"); alert(clickedId); });
$(". only_this_class"). click(function() { var clickedId= $(this). attr("id"); alert(clickedId); });