From 090d3256f1348a623d2b2196e4d8cd62f1ecbc8d Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 7 Oct 2010 16:47:37 -0400 Subject: [PATCH] removed appendto body - costly and we should be covered with z-index anyway --- js/jquery.mobile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 87ad6bcf..21020b7c 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -120,8 +120,6 @@ function changePage( from, to, transition, back ) { jQuery( document.activeElement ).blur(); - to.appendTo($body); - //trigger before show/hide events from.trigger("beforepagehide", {nextPage: to}); to.trigger("beforepageshow", {prevPage: from});