I am trying to modify this
http://jquerymobile.com/demos/1.0/docs/pages/dynamic-samples/sample-reuse-page.html and add link in the footer.
In this tutorial if you navigate from the main page to the category page .. it shows transition.
Now what I WANT is to add navigating button from one category to the other category with TRANSITION effect. ( *i could navigate but lost the transition)
for example: From
I tried to add link in the footer with <a href="#category-items?category=vehicles">Vehicles</a>
It could navigate but NO transition effect any more. How do i do that with transition ? Ok i added data-transition and all but still no change.. Can someone tell me how to do that ?
Thank You