javascript - JQuery Mobile #Home link reload page -
i have internal link in jquery mobile code:
<a href="#home" data-role="button">start again</a>
the problem it's not restarting page when link it.
anyone know way this?
update: using ajax navigate pages , have hashes in url it's not returning start url (minus hashes) cannot work.
you can add data-ajax="false"
<a>
tag. force jquery full reload.
Comments
Post a Comment