gpt4 book ai didi

jquery 选择器 - 在 td 之后获取 div 的更有效方法

转载 作者:行者123 更新时间:2023-12-01 06:57:32 28 4
gpt4 key购买 nike

任何人都可以提出一种更有效的方法来获取 td 之后的 div。请注意,Table 和 Div 重复 n 次。

<table class="repeatingTable">
<tbody>
<tr>
<td class="repeatingCell">
<input type="text" class="listenerClass"/>
<td>
</tr>
</table>

<div class='putSomeDataHere' >
<div>


var divToPutData = location.parent().parent().parent().parent().nextAll("div");

最佳答案

假设您正在从输入导航...

location.closest('.repeatingTable').next();

参见:

关于jquery 选择器 - 在 td 之后获取 div 的更有效方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7393231/

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