mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
triggered pageshow on first page load (prevPage will be an empty jq obj)
This commit is contained in:
parent
ecbe18d809
commit
9b810283a6
1 changed files with 2 additions and 0 deletions
|
|
@ -225,6 +225,8 @@
|
|||
changePage( currentPage, startPage, transition, back );
|
||||
} else {
|
||||
startPage.addClass( activePageClass );
|
||||
//FIXME: when there's no prevPage, is passing an empty jQuery obj proper style?
|
||||
startPage.trigger("pageshow", {prevPage: $('')});
|
||||
pageLoading( true );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue