Hello all,
For my web-apps, I have to load all pages with ajax and I don't want to keep
old pages div into body.
To do this, I add this code add the slideDone callback function :
var parent = fromPage.parentNode;
if (parent) {
parent.removeChild(fromPage);
}
But with this code, there s a reflow (the page disappear and reappear).
Do you have any idea to upgrade this ?
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.