this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Abide');
}
/**
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Accordion');
Foundation.Keyboard.register('Accordion', {
'ENTER': 'toggle',
'SPACE': 'toggle',
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'AccordionMenu');
Foundation.Keyboard.register('AccordionMenu', {
'ENTER': 'toggle',
'SPACE': 'toggle',
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Drilldown');
Foundation.Keyboard.register('Drilldown', {
'ENTER': 'open',
'SPACE': 'open',
this.options = $.extend({}, Dropdown.defaults, this.$element.data(), options);
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Dropdown');
Foundation.Keyboard.register('Dropdown', {
'ENTER': 'open',
'SPACE': 'open',
Foundation.Nest.Feather(this.$element, 'dropdown');
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'DropdownMenu');
Foundation.Keyboard.register('DropdownMenu', {
'ENTER': 'open',
'SPACE': 'open',
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Equalizer');
}
/**
this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Interchange');
}
/**
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Magellan');
}
/**
this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'OffCanvas');
}
OffCanvas.defaults = {
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Orbit');
Foundation.Keyboard.register('Orbit', {
'ltr': {
'ARROW_RIGHT': 'next',
this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'ResponsiveMenu');
}
ResponsiveMenu.defaults = {};
this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'ResponsiveToggle');
}
ResponsiveToggle.defaults = {
this.options = $.extend({}, Reveal.defaults, this.$element.data(), options);
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Reveal');
Foundation.Keyboard.register('Reveal', {
'ENTER': 'open',
'SPACE': 'open',
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Slider');
Foundation.Keyboard.register('Slider', {
'ltr': {
'ARROW_RIGHT': 'increase',
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Sticky');
}
Sticky.defaults = {
/**
css[stickTo] = 0;
css[notStuckTo] = anchorPt;
}
-
+
css['left'] = '';
this.isStuck = false;
this.$element.removeClass('is-stuck is-at-' + stickTo)
this.options = $.extend({}, Tabs.defaults, this.$element.data(), options);
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Tabs');
Foundation.Keyboard.register('Tabs', {
'ENTER': 'open',
'SPACE': 'open',
this._init();
this._events();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Toggler');
}
Toggler.defaults = {
this.isClick = false;
this._init();
- Foundation.registerPlugin(this);
+ Foundation.registerPlugin(this, 'Tooltip');
}
Tooltip.defaults = {