views:

196

answers:

2

How can i create a page like this? http://i30.tinypic.com/20seslv.gif When i click a link in the left side menu a page must be loaded in the content area, but the whole page must not load. How to do this using jquery is there any plugin to do that?

A: 

i thing you need to load everything on page and selected content [who you want to show] is show by using jquery.show() and all other content [unselect] is hide using jqury.hide();

if you use link as hyperlink you must need first to disable him using preventdefault() or you need to make a event on div click.

steven spielberg
A: 

use iframe tag of html

tamal