[jQuery] Asynchronous page loading + slide!
Hey guys!
Im trying to use jquery to try to do what the image shows:
Its for a website made for iphone so im trying to add the slide
effect.
It all seems a little complicated, but ill explain:
1-The user clicks a link
2-A loading message (or image) appears -------> Meanwhile, the new
page loads on a hidden side (its a FULL page, not just a div!!!)
3) The page ends loading
Old page slides out to the left <-------------------- 4) It slides
to the left
its now hidden
I want to do this without a page refresh or <div>...etc Everytime the
link is clicked, its a whole new page that loads with
<html>
<head>
</head>
<body>
</body>
</html>
If anybody could help me, i would be VERY VERY VERY VERY VERY VERY
GRATEFUL!!!