gpt4 book ai didi

javascript - 根据您的变量定位一个 div

转载 作者:太空宇宙 更新时间:2023-11-03 23:12:21 24 4
gpt4 key购买 nike

我在为我的元素定位类(class)时遇到问题。

我得到了这个小变量,它以 ahref 上的数字为目标

var currentAttrValue = $(this).attr('href');

用这个我创造了

$('.accordion ' + currentAttrValue).slideDown(200).addClass('open');

但我想使用它的结果来定位来自以下特定 div 内的段落标记:

('.accordion ' + currentAttrValue)"

但我不知道如何定位段落,我想是这样的:

('.accordion ' + currentAttrValue 'p')

但是没用

最佳答案

尝试:$('.accordion' + currentAttrValue + 'p')

关于javascript - 根据您的变量定位一个 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32121371/

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