に移動するとき、私はPlayGame.htmlは、次のどれもありません、しかし、に移行されているjQueryMobileページイベントは異なるhtmlページ
$.mobile.changePage("PlayGame.html", { transition: "slideup"}, true, true)
を使用して、異なる.htmlのページに移動しようとしている発射ません発砲:
$(document).bind("mobileinit", function()
{
alert(1);
});
$('#gamePage').live('pageinit',function(event, ui)
{
alert('pageinit');
});
$('#gamePage').live('pagebeforeshow',function(event, ui)
{
alert('booooo');
});
ただし、私がwindow.location.href = "PlayGame.html"
を実行すると、すべてが発生します。
私には何が欠けていますか?
おかげ
トム
おめでとうとクラブへようこそ@Jasper http://stackoverflow.com/badges/1115/jquery-mobile –
これは非常に有用でした!ありがとう:) – matsr