});
})(jQuery);
/****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
***************************************************/
!function ($) {
$.fn.addTouch = function () {
}
/**
- * Goes through a form to find inputs and proceeds to validate them in ways specific to their type.
+ * Goes through a form to find inputs and proceeds to validate them in ways specific to their type.
* Ignores inputs with data-abide-ignore, type="hidden" or disabled attributes set
* @fires Abide#invalid
* @fires Abide#valid
/**
* Adds event handlers for the scrolling element.
* @private
- * @param {String} id - psuedo-random id for unique scroll event listener.
+ * @param {String} id - pseudo-random id for unique scroll event listener.
*/
}, {
// Window exports
Foundation.plugin(ResponsiveAccordionTabs, 'ResponsiveAccordionTabs');
-}(jQuery);
\ No newline at end of file
+}(jQuery);
/**
* Adds event handlers for the scrolling element.
* @private
- * @param {String} id - psuedo-random id for unique scroll event listener.
+ * @param {String} id - pseudo-random id for unique scroll event listener.
*/
}, {
});
})(jQuery);
/****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
***************************************************/
!function ($) {
$.fn.addTouch = function () {
## Touch
`js/foundation.util.touch.js`
-Allows you to add `swipe*` and psuedo-drag events to elements.
+Allows you to add `swipe*` and pseudo-drag events to elements.
```js
$('selector').addTouch().on('mousemove', handleDrag);
Foundation includes a couple useful features in the core library that are used in many places, that you can tap into.
-`Foundation.GetYoDigits([number, namespace])` returns a base-36, psuedo-random string with a hyphenated namespace (if you include one). Both arguments are optional; by default, it will return a string six characters long.
+`Foundation.GetYoDigits([number, namespace])` returns a base-36, pseudo-random string with a hyphenated namespace (if you include one). Both arguments are optional; by default, it will return a string six characters long.
`Foundation.getFnName(fn)` returns a string representation of a named function. Seems small, but believe us—it's useful.
/**
* Adds event handlers for the scrolling element.
* @private
- * @param {String} id - psuedo-random id for unique scroll event listener.
+ * @param {String} id - pseudo-random id for unique scroll event listener.
*/
_events(id) {
var _this = this,
/**
* Handler for events.
* @private
- * @param {String} id - psuedo-random id for unique scroll event listener.
+ * @param {String} id - pseudo-random id for unique scroll event listener.
*/
_eventsHandler(id) {
var _this = this,
});
})(jQuery);
/****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
***************************************************/
!function($){
$.fn.addTouch = function(){