也许你可以帮助我。我想用 javascript 内容自动创建jquerymobile 折叠(http://jquerymobile.com/test/docs/content/content-collapsible.html ),如下所示:
<h3>title 1</h3>
some text
<h3>title 2</h3>
some text
<h3>title 3</h3>
some text
此内容来自我以前无法操作的 JSON。
我必须包装每个:
<h3>title</h3>
some text
有了这个 :
<div data-role="collapsible" data-collapsed="true"></div>
但它不起作用......救命!