Jquery mobile panels just don't work, Am I missing something? I read the documentation and I just don't understand why doesn't work.
<div data-role="page">
<div data-role="header" data-position="fixed">
<a href="#menu-panel" data-icon="grid" data-iconpos="notext">Menu</a> <h1>Home</h1>
</div>
<div data-role="content">
<a href="#" data-role="button" data-icon="gear" data-iconpos="bottom" data-inline="true">Profilo</a>
</div>
<div data-role="footer">
<h4>Page Footer</h4>
</div>
<div data-role="panel" id="menu-panel">
<ul data-role="listview">
<li><a href="index.html">Home</a></li>
<li><a href="match.html">Match</a></li>
<li><a href="profilo.html">Profilo</a></li>
<li><a href="mercatino.html">Mercatino</a></li>
</ul>
</div><!-- /panel -->
</div><!-- /page -->
This id the JsFiddle Page
I'm new with jquery mobile.. so sorry if the problem will be stupid ^^ Thank you