Answers for "store id of an element jquery"

1

store id of an element jquery

$(". only_this_class"). click(function() { var clickedId= $(this). attr("id"); alert(clickedId); });
Posted by: Guest on March-03-2021

Code answers related to "store id of an element jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language