【发布时间】:2012-12-31 08:59:55
【问题描述】:
所以我正在尝试为手风琴创建一个自定义的可折叠标题 http://jquerymobile.com/demos/1.0b3/docs/content/content-collapsible-set.html 我希望标题看起来像什么
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<div id="header">
<h3>Section 1</h3>
<p>I am Part of a Header</p>
</div>
</div>
</div>
现在看起来它只有在 h3 是第一个孩子时才有效。有什么方法可以做我想做的事吗?
【问题讨论】:
标签: jquery jquery-mobile