Keep a div from reloading
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-01-20T19:35:15Z
Indexed on
2010/06/11
20:22 UTC
Read the original article
Hit count: 311
Basically, I want the same effect as the oldschool html 'frameset' I think.
Take a look at this page please: http://onomadesign.com/wordpress/identity-design/alteon-a-boeing-company/
If a user selects a project from industry -> transportation for example, I would like that the right scrollmenu keeps its initial state when the new project page comes up. So they won't get lost and have to click again to be in the same submenu section.
So, the right thumbnail navigation should stay in the same way, I don't want it to reload.
Do I have to do it with frames or iframes? Or can I make some kind of jQuery call to 'not reload' that div? Maybe PHP? I'm sorry, I am not a programmer from origin.
Thanks in advance.
© Stack Overflow or respective owner