Reputation: 147
Can anyone suggest some jquery plugin or some tutorial for expandable side bar menu using
<ul> <li>
tags
Upvotes: 0
Views: 1195
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