jQuery 给class附点击事件获取对应的索引
2021-07-17 11:06
阅读:620
标签:function int cti query pre 代码 实时 标签 div jQuery 给class附点击事件获取对应的索引 标签:function int cti query pre 代码 实时 标签 div 原文地址:http://www.cnblogs.com/big-lll/p/7067182.html有一类div标签,class为pointbox,数量不等,有多个。我需要在点击某一个标签的时候实时获取该标签在这类标签中索引值,以便进行其他操作。
代码很简单:
$(".pointbox").click(function () {
var index=$(".pointbox").index($(this));
});
但是很有用。
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:jQuery 给class附点击事件获取对应的索引
文章链接:http://soscw.com/index.php/essay/106211.html
文章标题:jQuery 给class附点击事件获取对应的索引
文章链接:http://soscw.com/index.php/essay/106211.html
评论
亲,登录后才可以留言!