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) 270 B
/* * WordPress wrapper for jQuery mmenu * Include this file after including the jquery.mmenu plugin for default WordPress support. */ (function( $ ) { var _PLUGIN_ = 'mmenu'; $[ _PLUGIN_ ].configuration.classNames.selected = 'current-menu-item'; })( jQuery );