I'm trying to add a jQuery mobile slide panel. I can get the slider to pop out which is triggered by an anchor link but it won't hide again. Do I need to add an addition jquery script?
<div data-role="page">
<div data-role="panel" id="mypanel">
<h1>This panel won't disappear</h1>
</div><!-- /panel -->
<body>
<div class="wrapper">
<div id="temp-speech"><a href="#mypanel"><img src="images/speech_bub.png" /></a></div>
</div>
</div><!-- page -->
</body>
I've created an updated fiddle http://jsfiddle.net/AZLWd/