可能重複:
Dynamically adding collapsible elementsjQuery Mobile的可摺疊內容
我想使用jQuery Mobile的可摺疊的內容,即,手風琴的功能在我的要求之一。 當我試圖爲下面提到
<div data-role="collapsible" data-collapsed="false">
<h3>Section A</h3>
<p>I'm the collapsible set content for section B.</p>
</div>
<div data-role="collapsible">
<h3>Section B</h3>
<p>I'm the collapsible set content for section B.</p>
</div>
和進口jquery.mobile-1.0b2.min.css,jQuery的1.6.2.min.js,jQuery的使用可摺疊的內容設置。 mobile-1.0b2.min.js
我只是想使用手風琴的摺疊和擴展功能。但是,當我使用上述內容時,通過添加jquery mobile的css來改變整個頁面佈局,這對我來說不是必需的。
此外,我還有更多的鏈接在頁面上,將我重定向到不同的頁面,但包括jQuery手機CSS後,如果我點擊這些鏈接,它會打開現有頁面下方的頁面。
我想知道是否有任何jquery移動插件,使我可以只使用手風琴的功能和忽略其他功能?