Response title
This is preview!




$.mobile.changePage(). I am passing in the url as a string as below:
$.mobile.changePage(url, { transition: "slidefade" });
The url is a fully qualified url. I tried a relative url and same issue.
I am calling this within a function that was called on a 'onclick' attribute of a div.
The reason I am calling it like this, is I am doing an ajax post, and base on the result, I transition to another page. I can use window.location, but I lose the transition effect that I want.
Any ideas?
- $(questions).bind("change", function (event, ui) {
- $.mobile.changePage(event.currentTarget.value, { reloadPage: true, transition: "slidefade" });
- });
© 2012 jQuery Foundation
Sponsored by
and others.
