UNPKG

jquery-mobile-menu-plugin

Version:

The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

13 lines (8 loc) 255 B
/* * Magento wrapper for jQuery mmenu * Include this file after including the jquery.mmenu plugin for default Magento support. */ (function( $ ) { var _PLUGIN_ = 'mmenu'; $[ _PLUGIN_ ].configuration.classNames.selected = 'active'; })( jQuery );