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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -