Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to show pages on right side with panel in jquery mobile
    primarykey
    data
    text
    <p>I am able to implement panel .But i need my pages should display with panel.Actually when i click panel button's then it hide panel .show page on whole screen .But i need to show page with panel.</p> <p>Here is my code. <a href="http://jsfiddle.net/ravi1989/TXRjk/2/" rel="nofollow">http://jsfiddle.net/ravi1989/TXRjk/2/</a></p> Jump to second page Jump to third page <h3> First Page </h3> Next Open Pannel <pre><code>&lt;div data-role="page" id="second"&gt; &lt;div data-role="panel" id="mypanel"&gt; &lt;a href="#index" data-role="button"&gt;Jump to first page&lt;/a&gt; &lt;a href="#third" data-role="button"&gt;Jump to third page&lt;/a&gt; &lt;/div&gt; &lt;div data-theme="a" data-role="header"&gt; &lt;h3&gt; Second Page &lt;/h3&gt; &lt;a href="#index" class="ui-btn-left"&gt;Back&lt;/a&gt; &lt;/div&gt; &lt;div data-role="content"&gt; &lt;a data-role="button" id="open-panel"&gt;Open Pannel&lt;/a&gt; &lt;/div&gt; &lt;div data-theme="a" data-role="footer" data-position="fixed"&gt; &lt;/div&gt; &lt;/div&gt; &lt;div data-role="page" id="third"&gt; &lt;div data-role="panel" id="mypanel"&gt; &lt;a href="#index" data-role="button"&gt;Jump to first page&lt;/a&gt; &lt;a href="#second" data-role="button"&gt;Jump to second page&lt;/a&gt; &lt;/div&gt; &lt;div data-theme="a" data-role="header"&gt; &lt;h3&gt; Third Page &lt;/h3&gt; &lt;a href="#index" class="ui-btn-left"&gt;Back&lt;/a&gt; &lt;/div&gt; &lt;div data-role="content"&gt; &lt;a data-role="button" id="open-panel"&gt;Open Pannel&lt;/a&gt; &lt;/div&gt; &lt;div data-theme="a" data-role="footer" data-position="fixed"&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload