i parse pages from a xml-document and build a for each page. i want to look through these pages like a presentation and slides, so only one section is visible at a time. do keep footprint small, i want to implement logical page preloading. e.g. only the previous, the current and the next section is loaded.
[prev][current][next]
how can i realize this in jquery or a mobile framework like zepto (jquery-like)? any advice? thanks!