おそらくあなたは私を助けることができます。次のように、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>
しかし、うまくいきません... 助けて!