All of the JQuery Mobile documentation I can find about navigating backwards assumes I am going to do this using an anchor tag and suggest I add data-rel=\"back\" t
data-rel=\"back\"
It's definitely not clear in the documentation, but there are small allusions to it.
Try using:
$.mobile.back();