vishnu
vishnu

Reputation: 147

Expandable SideBar Menu

Can anyone suggest some jquery plugin or some tutorial for expandable side bar menu using

<ul> <li> 

tags

Upvotes: 0

Views: 1195

Answers (1)

i.am.michiel
i.am.michiel

Reputation: 10404

I don'tknow if there is any jQuery plugin doing it, but a litlle plain jQuery javascript would do the job. Combining, slideUp, slideDown effects.

However, I've used this in the past. (French link) http://www.alsacreations.com/tuto/lire/602-Creer-un-menu-accordeon-avec-jQuery.html

Upvotes: 1

Related Questions