Jquery mobile: How to pass params to the page (hash URL)? -
Jquery mobile: How to pass params to the page (hash URL)? -
i've got list elements contain links:
class="lang-html prettyprint-override"><a class="ui-link-inherit" href="#card_ops?card=1111">
and
class="lang-html prettyprint-override"><a class="ui-link-inherit" href="#card_ops?card=2222">
1) click on first link location in browsers changes on #card_ops?card=1111
- goes page #card_ops. 2) homecoming on previour page using button. 3) click on sec link href="#card_ops?card=2222"
location in browsers changes 1 time again on #card_ops?card=1111 not 222
is possible pass params pages in jq mobile?
here's 1 solution i've found. not sure how works haven't tried it.
http://blog.digitalbackcountry.com/2011/12/passing-data-between-pages-in-jquery-mobile/
jquery-mobile
Comments
Post a Comment