0
目前我正在使用側面板,只需點擊一個按鈕,它就可以看到,因爲它必須始終顯示在頁面上。可能嗎。並且還顯示側面板時,頁面的某些部分不可見,因爲它應該通過全部顯示調整到屏幕。如何在jquery mobile的頁面上使側面板靜態
有人可以幫助我,謝謝。
<div data-role="page" id="pageone" class="type-interior">
<div data-role="content" style="padding:0em;">
<a href="#nav-panel" data-icon="bars" data-iconpos="notext">Menu</a>
<div class="content-primary">
//here page content was there
</div>
<div data-role="panel" data-position="left" data-position-fixed="true" data-display="reveal" id="nav-panel" data-theme="a">
</div>
</div>
如果您包含您一直在處理的代碼,您會發現獲得更多幫助。 – 2014-10-30 06:41:43
我編輯了這個問題 – 2014-10-30 07:05:15