gpt4 book ai didi

Jquery移动: Dynamically change the text of the header of a collapsible div?

转载 作者:行者123 更新时间:2023-12-03 22:31:39 24 4
gpt4 key购买 nike

<div data-role="collapsible" data-content-theme="e" id="collapsePlace">
<h3>Place:</h3>
<!--things...-->
</div>

如何动态更改 <h3> 的文本可折叠 div 中的标题(“地点:”)?

我尝试过:

$('#collapsePlace').children('h3').text('new text');

它改变了文本 - 但丢失了所有样式!

最佳答案

在 1.3.2 中,以下内容似乎有效:

<div id="MyID" data-role="collapsible" >    
<h3><span id="MyHeaderID">My Header</span></h3>
<!-- My Content -->
</div>

JQuery:

$("#MyID h3 #MyHeaderID").text("Your New Header");

祝你编码愉快!

关于Jquery移动: Dynamically change the text of the header of a collapsible div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7857218/

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