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.

15 lines (10 loc) 361 B
/* * AngularJS wrapper for jQuery mmenu * Include this file after including the jquery.mmenu plugin for default AngularJS route support. */ (function( $ ) { var _PLUGIN_ = 'mmenu'; $[ _PLUGIN_ ].defaults.onClick.close = true; $[ _PLUGIN_ ].defaults.onClick.preventDefault = false; $[ _PLUGIN_ ].defaults.onClick.setSelected = true; })( jQuery );