superclick
superclick copied to clipboard
Superclick is a jQuery drop-down menu enhancement plugin sharing many of Superfish's features but focusses solely on click events to open and close submenus.
jQuery Superclick Dropdown Menu Plugin
This plugin shares many of Superfish's features and all of its CSS. However, Superclick focusses solely on click events to open and close submenus. Bear in mind, this means that links with associated submenus will never be followed, they will simply toggle the visibility of the submenu.
Documentation and Demos
For now, please use the existing Superfish documentation where you will find full explanations of the customisable features. The only differences are:
- options related to hovers are omitted from Superclick.
- the
hoverClassoption is changed toactiveClass. - there is no need to include the hoverIntent plugin.
Here is a quick demo of Superclick in action.
Download
Download Superclick zip archive
Recently added features
- v1.1.0 Include megamenu functionality from Superfish - you can now specify the popup element selector rather than it having to be a nested UL.
- v1.1.0 Reorganise files and folders. Use Grunt for tasks as per Superfish. Add Bower support.
- v1.0.0 Most of the regular Superfish features.
- v1.0.0 Added
resetmethod. Closes all open submenus and restorespathClasssubmenus if you are using that feature.