0

I am very often write menu like that:

enter image description here

User clicks on menu item and see div block for this item.

Well it's not hard to code but take some time and very boring.

Is there any JS library which can make my life a little easy and automate writing typical UI elements?

Neir0
  • 12,849
  • 28
  • 83
  • 139
  • 1
    There are many, many, many http://stackoverflow.com/questions/295123/what-is-a-good-very-high-level-ui-framework-for-javascript ; http://stackoverflow.com/questions/4269372/html5-ui-framework – Alex K. Oct 12 '11 at 10:38
  • KnockoutJS is good when i am coding UI with many dependens. Not in my case. I think. – Neir0 Oct 12 '11 at 10:41

1 Answers1

1

The functionality you need is very similar to the one provided by jQuery UI tabs. Take a look at the demo here.

bjornd
  • 22,397
  • 4
  • 57
  • 73