I've read through the jQuery Mobile documentation on $.mobile.changePage()
although I'm still stuck on knowing how to retrieve the posted data.
I have the code:
$.mobile.changePage( "videoplayer.asp", {
type: "post",
data: data
});
On the videoplayer.asp
page I have some more jQuery that runs to setup a video player although I can't seem to access the posted data.
I've tried a few solutions, which are really just guesses:
$.get(data)
$.post(data)
data by itself