jquery

jquery

Hi,
Im a mobile application developer. Im using Apache Cordova/Phonegap technology. I have been using Multi-html files in my project. To redirect from one html file to another we have used window.location.href.

But this creates alot of issues like flickering a grey screen is appeared.

I want to make it into a smooth slide transition page between.
I have tried with $.mobile.changePage("index.html",{transition:"slide"}); does not work between two different html files. Does not load the ajax functions.

Help.