Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Please read the DHTML Menu 7.x-1.0-alpha1 release notes for all changes made since the D6 version.
Changes since 7.x-1.0-alpha1
Bugs fixed:
- Removed a CSS class used only for debugging.
#331298: Fix fatal JS crash on non-leaf items without children.
#298720: Use mlid for traversing menu trees (rather than title, which breaks on localization).
#332100: Ensure unique HTML IDs in the markup.
#331352: Theme-specific menu_item and menu_item_link themers will now work.
#192722: When using multiple themes, the above fix will not crash the site.
#352005: Use strict selectors and ensure JS only works on dhtml_menu-generated markup
#332047: If a menu is set not to use DHTML, ensure that its markup is left exactly as it is.
Features:
#280843: Allow disabling DHTML for specific menus (ported up from D6).
Code structure:
#331643: Store default settings in a serialized constant.
API Updates:
#377964: jquery now requires a namespace wrapper (function($) { ... })(jQuery);.
Localizations:
#462990: Ukrainian translation added.