Creating a Vertical menu using jquery -


how can create page this?

image

when click link in left side menu page must loaded in content area, whole page must not load.

how using jquery there plugin that?

i thing need load on page , selected content [who want show] show using jquery.show() , other content [unselect] hide using jqury.hide();

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


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -