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.

16 lines (11 loc) 509 B
/* * Olark wrapper for jQuery mmenu * Include this file after including the jquery.mmenu plugin for default Olark support. */ (function( $ ) { var _PLUGIN_ = 'mmenu'; // Add olark id to the noPageSelector array $[ _PLUGIN_ ].configuration.offCanvas = $[ _PLUGIN_ ].configuration.offCanvas || {}; $[ _PLUGIN_ ].configuration.offCanvas.noPageSelector = $[ _PLUGIN_ ].configuration.offCanvas.noPageSelector || []; $[ _PLUGIN_ ].configuration.offCanvas.noPageSelector.push( '#olark' ); })( jQuery );