Actions
Feature proposal #4227
closedImplement menu jquery template file
Description
Add jquery_dropdown.php template file to prepare jQuery dropdown menus Bootstrap JS. It should move the menu to top of the DOM (body) on the show event then move it back on the hide event.
http://getbootstrap.com/javascript/#dropdowns
Probably need to add styling for usage with DIV menu items as ul > li lists are easily broken by Joomla template styling.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented as jQuery added by the Tab template file instead of being a separate template file.
Actions