JQuerySuperfish

Homepage: https://superfish.joelbirch.co/
Author(s): Joel Birch
Version: 1.7.7

Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript). Features:

Examples

Using TreePlugin

Requires Foswiki:Extensions.TreePlugin

%STARTSECTION{"treeplugin_example"}%
<ul id="tree-demo" class="sf-menu"><li><a name="topiclist" class="sf-with-ul">Topics...</a><span class="sf-sub-indicator">&#187;</span>
%TREE{
  web="%URLPARAM{"qweb" default="%BASEWEB%"}%"
  formatting="ullist"
  nodiv="1"
}%</li>
</ul><!-- close the sf-menu -->
%CLEAR%
%ENDSECTION{"treeplugin_example"}%
TreePlugin not enabled

Basic style

Vertical Style