By boarder90 on
Hi Sorry, second post in a row for this newbie.
Anyway, does anyone know of a module that allows you to load pages into the main content area without refreshing the entire page?
I'm been searching the forums and found post from years back but not real answer to a simple solution. If no module is available does anyone know how to do this?
Thanks again
Danny
Comments
Hi Danny - Can you elaborate
Hi Danny - Can you elaborate on what you want to do? There are certainly ways to use tabs or accordions or other jquery UI elements to rotate in content without refreshing the page. Usually it involves using Views as well.
have a basic setup, header with navigation links...
Hi,
I have a basic setup, header with navigation links: Profile, Projects, Contact. What I want to do is when one of these links is clicked the corresponding page, say for example the Projects page, will load into the main content area without having to refresh the page. Each page is basically a simple page node.
Thanks
jquery .load() ?
would something like this work http://api.jquery.com/load/?
$("#main-content").load("node/1");
need exact the same
Did you find the solution for this? I need the same.