gpt4 book ai didi

jquery - $ ('tr:even' ).addClass ('alt' );

转载 作者:行者123 更新时间:2023-12-01 02:26:20 26 4
gpt4 key购买 nike

为什么$('tr:even').addClass('alt');从第一行选择和 $('tr:nth-child(even)').addClass('alt'); 从第二行选择?

最佳答案

这是因为 :even 使用基于 0 的索引获取偶数元素,而 :nth-child() 使用基于 1 的索引。

关于jquery - $ ('tr:even' ).addClass ('alt' );,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2118928/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com