gpt4 book ai didi

jquery - 使用 Jquery 更改图标的内部文本

转载 作者:行者123 更新时间:2023-12-01 07:05:00 25 4
gpt4 key购买 nike

我正在尝试使用 Jquery 更改嵌套在图标元素内的文本。

这是我的图标元素:

<i class="material-icons">report</i>

我想将内部文本更改为“report_problem”,如下所示:

<i class="material-icons">report_problem</i>

这是我迄今为止尝试过的方法,但没有成功:

$(.material-icons).innerHTML("report_problem");

有人知道吗?

最佳答案

这是另一种解决方案。 .text.html 都可以工作

$('.material-icons').html("report_problem");
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<i class="material-icons">report</i>

关于jquery - 使用 Jquery 更改图标的内部文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48671588/

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