'use strict';
+!function($) {
+
/**
* Abide module.
* @module foundation.abide
// Window exports
Foundation.plugin(Abide, 'Abide');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Accordion module.
* @module foundation.accordion
// Window exports
Foundation.plugin(Accordion, 'Accordion');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* AccordionMenu module.
* @module foundation.accordionMenu
// Window exports
Foundation.plugin(AccordionMenu, 'AccordionMenu');
+
+}(jQuery);
!function($) {
+
"use strict";
var FOUNDATION_VERSION = '6.1.2';
}
};
-
Foundation.util = {
/**
* Function for applying a debounce effect to a function call.
'use strict';
+!function($) {
+
/**
* Drilldown module.
* @module foundation.drilldown
// Window exports
Foundation.plugin(Drilldown, 'Drilldown');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Dropdown module.
* @module foundation.dropdown
// Window exports
Foundation.plugin(Dropdown, 'Dropdown');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* DropdownMenu module.
* @module foundation.dropdown-menu
// Window exports
Foundation.plugin(DropdownMenu, 'DropdownMenu');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Equalizer module.
* @module foundation.equalizer
// Window exports
Foundation.plugin(Equalizer, 'Equalizer');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Interchange module.
* @module foundation.interchange
};
// Window exports
-if (window.Foundation) {
- Foundation.plugin(Interchange, 'Interchange');
-}
+Foundation.plugin(Interchange, 'Interchange');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Magellan module.
* @module foundation.magellan
// Window exports
Foundation.plugin(Magellan, 'Magellan');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* OffCanvas module.
* @module foundation.offcanvas
// Window exports
Foundation.plugin(OffCanvas, 'OffCanvas');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Orbit module.
* @module foundation.orbit
// Window exports
Foundation.plugin(Orbit, 'Orbit');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* ResponsiveMenu module.
* @module foundation.responsiveMenu
// Window exports
Foundation.plugin(ResponsiveMenu, 'ResponsiveMenu');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* ResponsiveToggle module.
* @module foundation.responsiveToggle
// Window exports
Foundation.plugin(ResponsiveToggle, 'ResponsiveToggle');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Reveal module.
* @module foundation.reveal
function iPhoneSniff() {
return /iP(ad|hone|od).*OS/.test(window.navigator.userAgent);
}
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Slider module.
* @module foundation.slider
// Window exports
Foundation.plugin(Slider, 'Slider');
+}(jQuery);
+
//*********this is in case we go to static, absolute positions instead of dynamic positioning********
// this.setSteps(function() {
// _this._events();
'use strict';
+!function($) {
+
/**
* Sticky module.
* @module foundation.sticky
// Window exports
Foundation.plugin(Sticky, 'Sticky');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Tabs module.
* @module foundation.tabs
// Window exports
Foundation.plugin(Tabs, 'Tabs');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Toggler module.
* @module foundation.toggler
// Window exports
Foundation.plugin(Toggler, 'Toggler');
+
+}(jQuery);
'use strict';
+!function($) {
+
/**
* Tooltip module.
* @module foundation.tooltip
// Window exports
Foundation.plugin(Tooltip, 'Tooltip');
+
+}(jQuery);
+'use strict';
+
+!function($) {
+
Foundation.Box = {
ImNotTouchingYou: ImNotTouchingYou,
GetDimensions: GetDimensions,
}
}
}
+
+}(jQuery);
'use strict';
+!function($) {
+
const keyCodes = {
9: 'TAB',
13: 'ENTER',
}
Foundation.Keyboard = Keyboard;
+
+}(jQuery);
+'use strict';
+
+!function($) {
+
// Default set of media queries
const defaultQueries = {
'default' : 'only screen',
return styleObject;
}
-window.Foundation.MediaQuery = MediaQuery;
+Foundation.MediaQuery = MediaQuery;
+
+}(jQuery);
+'use strict';
+
+!function($) {
+
/**
* Motion module.
* @module foundation.motion
const initClasses = ['mui-enter', 'mui-leave'];
const activeClasses = ['mui-enter-active', 'mui-leave-active'];
-export const Motion = {
+const Motion = {
animateIn: function(element, animation, cb) {
animate(true, element, animation, cb);
},
}
}
-export function Move(duration, elem, fn){
+function Move(duration, elem, fn){
var anim, prog, start = null;
// console.log('called');
Foundation.Move = Move;
Foundation.Motion = Motion;
+
+}(jQuery);
'use strict';
+!function($) {
+
const Nest = {
Feather(menu, type = 'zf') {
menu.attr('role', 'menubar');
}
Foundation.Nest = Nest;
+
+}(jQuery);
'use strict';
-export function Timer(elem, options, cb) {
+!function($) {
+
+function Timer(elem, options, cb) {
var _this = this,
duration = options.duration,//options is an object for easily adding features later.
nameSpace = Object.keys(elem.data())[0] || 'timer',
* @param {Object} images - Image(s) to check if loaded.
* @param {Func} callback - Function to execute when image is fully loaded.
*/
-export function onImagesLoaded(images, callback){
+function onImagesLoaded(images, callback){
var self = this,
unloaded = images.length;
Foundation.Timer = Timer;
Foundation.onImagesLoaded = onImagesLoaded;
+
+}(jQuery);
'use strict';
+!function($) {
+
const MutationObserver = (function () {
var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];
for (var i=0; i < prefixes.length; i++) {
// Foundation.ISeeYou = scrollListener;
// Foundation.IFeelYou = closemeListener;
+}(jQuery);
+
// function domMutationObserver(debounce) {
// // !!! This is coming soon and needs more work; not active !!! //
// var timer,