Current state
This commit is contained in:
27
public/js/mmenu/dist/js_umd/addons/jquery.mmenu.fixedelements.umd.js
vendored
Normal file
27
public/js/mmenu/dist/js_umd/addons/jquery.mmenu.fixedelements.umd.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
|
||||
/*
|
||||
* jQuery mmenu fixedElements addon
|
||||
* mmenu.frebsite.nl
|
||||
*
|
||||
* Copyright (c) Fred Heusschen
|
||||
*/
|
||||
!function(i){var s="mmenu",a="fixedElements";i[s].addons[a]={setup:function(){if(this.opts.offCanvas){this.opts[a],this.conf[a],t=i[s].glbl;var d=function(i){var s=this.conf.classNames[a].fixed;this.__refactorClass(i.find("."+s),s,"fixed").appendTo(t.$body).addClass(n.slideout)};d.call(this,t.$page),this.bind("setPage",d)}},add:function(){n=i[s]._c,d=i[s]._d,e=i[s]._e,n.add("fixed")},clickAnchor:function(){}},i[s].configuration.classNames[a]={fixed:"Fixed"};var n,d,e,t}(jQuery);
|
||||
}));
|
||||
Reference in New Issue
Block a user