我已閱讀了關於$.mobile.changePage()
的jQuery Mobile文檔,雖然我仍然堅持知道如何檢索發佈的數據。Mobile changePage發佈數據
我的代碼:
$.mobile.changePage("videoplayer.asp", {
type: "post",
data: data
});
在videoplayer.asp
頁面我有更多的jQuery的運行安裝一個視頻播放器,雖然我似乎無法訪問發佈的數據。
我已經嘗試了幾個解決方案,這是真正的猜測:
$.get(data)
$.post(data)
data by itself