开发者

Creating a Vertical menu using jquery

How can I create a page 开发者_高级运维like this?

Creating a Vertical menu using jquery

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜