mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 01:53:09 +00:00
append globalnav to end of body after page change
This commit is contained in:
parent
f9f236fb8b
commit
1c1dc1d94f
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@
|
|||
from.addClass( transition + " out " + ( back ? "reverse" : "" ) );
|
||||
to.appendTo($body).addClass( activePageClass + " " + transition +
|
||||
" in " + ( back ? "reverse" : "" ) );
|
||||
//make sure globalnav is on top
|
||||
$('[data-role="globalnav"]').appendTo($body);
|
||||
|
||||
// callback - remove classes, etc
|
||||
to.animationComplete(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue