Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You have a wrong version (1.2.1) of JQueryMobile loaded. Panel support is starting from JQM 1.3.0. I forked your jsFiddle and updated the jQuery and JQM to 1.3.2 <a href="http://jsfiddle.net/cardinal27513/sd5ne/7/" rel="nofollow">here</a>.</p> <p>The same code as yours works.</p> <pre><code>&lt;div data-role="page"&gt; &lt;div data-role="header" data-position="fixed"&gt; &lt;a href="#menu-panel" data-icon="grid" data-iconpos="notext"&gt;Cancel&lt;/a&gt; &lt;h1&gt;Home&lt;/h1&gt; &lt;/div&gt; &lt;div data-role="content"&gt; &lt;a href="#" data-role="button" data-icon="gear" data-iconpos="bottom" data-inline="true"&gt;Profilo&lt;/a&gt; &lt;a href="#" data-role="button" data-icon="gear" data-iconpos="bottom" data-inline="true"&gt;Profilo&lt;/a&gt; &lt;a href="#" data-role="button" data-icon="gear" data-iconpos="bottom" data-inline="true"&gt;Profilo&lt;/a&gt; &lt;a href="#" data-role="button" data-icon="gear" data-iconpos="bottom" data-inline="true"&gt;Profilo&lt;/a&gt; &lt;/div&gt; &lt;div data-role="footer"&gt; &lt;h4&gt;Page Footer&lt;/h4&gt; &lt;/div&gt; &lt;div data-role="panel" id="menu-panel"&gt; &lt;ul data-role="listview"&gt; &lt;li&gt;&lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="match.html"&gt;Match&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="profilo.html"&gt;Profilo&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="mercatino.html"&gt;Mercatino&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- /panel --&gt; &lt;/div&gt;&lt;!-- /page --&gt; </code></pre>
 

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