现在我想选择类中包含“grap”单词的 div 是类-6ren">
gpt4 book ai didi

jquery - 例如,选择类包含 "grap"(或其他指定单词)的 div(或其他元素)

转载 作者:行者123 更新时间:2023-12-03 21:47:11 28 4
gpt4 key购买 nike

首先; HTML 代码示例:

<div class"grap1"> some conetent</div>
<div class"grap2"> some conetent</div>
<div class"grap3"> some conetent</div>
<div class"blabla">some content></div>

现在我想选择类中包含“grap”单词的 div 是类名(所以在本例中是前三个 div)。我怎样才能做到这一点?

这不起作用:http://api.jquery.com/attribute-contains-word-selector/

最佳答案

使用attribute contains selector :

$('div[class*="grap"]')

关于jquery - 例如,选择类包含 "grap"(或其他指定单词)的 div(或其他元素),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7378382/

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