Creating a Vertical menu using jquery
How can I create a page 开发者_高级运维like this?
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?
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.
精彩评论