Reputation: 1055
With jQuery Mobile, I can manually prefetch an external page like so:
$.mobile.loadPage(
"content.html",
{ showLoadMsg: true }
);
But ow do I manually remove that page from the memory; in a sense, "unload" it?
Thanks
Upvotes: 3
Views: 1286