📌  相关文章
📜  存储元素 jquery 的 id - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:27.447000             🧑  作者: Mango

代码示例1
$(". only_this_class"). click(function() { var clickedId= $(this). attr("id"); alert(clickedId); });