gpt4 book ai didi

类的 jquery 选择器选择器不起作用(bootpeg)

转载 作者:行者123 更新时间:2023-11-28 04:00:32 25 4
gpt4 key购买 nike

我正在使用jquery bootpag在页面上显示分页

<div class="textgray showing"></div>

我应该如何告诉 jQuery 选择这个 div?我尝试了以下方法,但这些尝试都不起作用

$(".textgray .showing").html("some text");

$(".textgray showing").html("some text");

P.S 我是前端初学者,所以请耐心等待

最佳答案

空格表示第二部分位于第一部分内部(称为 descendant combinator )。删除它:

$(".textgray.showing").html("some text");

关于类的 jquery 选择器选择器不起作用(bootpeg),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47154531/

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