This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Transitions in a multi-page template with data-ajax=false #3296
Closed
Description
http://jquerymobile.com/demos/1.0/docs/pages/page-links.html
does not talk about transitions in a multi-page template application when data-ajax="false"
- Here the DOM is definitely not reloaded.
- Only the default slide transition works, even if you specify any other data-transition
- If a Dialog is launched by data-rel="dialog", again only slide transition works (not pop), even if you specify data-transition="pop"
- If a Dialog is launched using data-role="dialog", then the transition used is "pop" and any value set in the data-transition attribute is ignored
Are the above behavior implemented as expected and only the docs need to be updated?
Or
Should JQM ignore data-ajax="false" in multi-page template scenario?