Documentation: http://jquerymobile.com/demos/1.1.1/docs/api/methods.html
You were close, but you can check the documentation associated with it above, it will show you the exact structure of all the parameters that you can specify for the .changePage() method.
$.mobile.changePage("mySpecialPlace.html", { transition : "slideup", reverse : true
source share