Just wondering how can I pass some parameters to the JQuery Mobile page?
for example
<div data-role="page-content">
<ul class="gallery">
<li><a href="#mypage?01"><img src="1.jpg"/></a></li>
<li><a href="#mypage/02"><img src="2.jpg"/></a></li>
</ul>
</div><!-- /content -->
As you can see, I tried # and ? However they don't work
Thanks