【发布时间】:2014-11-03 13:02:17
【问题描述】:
我有一个看起来像这样的可折叠套装:
<div data-role="collapsible-set">
<div data-role="collapsible">
<h1>
<span style="font-size: 16px; font-weight: bold; white-space: pre-wrap;" id="title">This is a really long book title</span><br>
<span style="font-size: 14px; font-weight: normal;" id="author">This is the Author of the book</span>
<span style="font-size: 14px; font-weight: normal; font-style: italic;" id="year">Yr</span>
</h1>
<div>Statis</div>
</div>
</div>
但是,我似乎找不到将列表分隔符添加到可折叠集合的方法。例如,我曾经有一个项目列表,可以添加一个属性:data-role="list-divider",如下所示:
这对于可折叠的集合是不可能的吗?
【问题讨论】:
标签: html css jquery-mobile