[TW MASTER WEB DEVS] Links that refresh internally within a page

triQ

Veteran X
Hey I want to make a section on my site where there is a sub menu, and when you click on the links in the sub menu the content within the site changes rather than the whole site refreshing.

Check out this site's example to get a better idea on what I'm talking about here: (check out the links on the right - where it says Examples)

jQuery UI - Demos & Documentation


I preferably want to do this in jquery, if someone can tell me the actual formal name for this or could link me to a site where I can download the source and take a look at how it's done, that would be great.

thanks
 
ajax tabs, ajax accordion

id also suggest extjs accordion as im a fanboi for life now of extjs, but it's a lil heavy for most projects.
 
Depends on how dynamic the information is. If it is just a static block of text then use jQuery. If the block of text is dynamic and needs to be updated, you'll need to use AJAX calls which jQuery still supports.
 
Back
Top