展開すると、その下のコンテンツをロールオーバーする折りたたみ可能なものを作成しようとしています。したがって、その下のコンテンツはそのまま残ります。
<div data-role="collapsible">
<h3>Content of collapsible</h3>
<ul data-role="listview">
<li>I'm the collapsible set content.</li>
<li>I should roll over the data beneath me.</li>
</ul>
</div>
<div>
<p>I'm data underneath.</p>
<p>I should remain in place when the collapsible is unfolded.</p>
</div>
実際のサンプルコード: http://jsfiddle.net/3swM6/
おそらく、これを達成するために間違ったアプローチを使用しています。