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
2010-07-25 14:59:23