zurb_foundation-8.x-6.0-alpha5/STARTER/js/STARTER.js
STARTER/js/STARTER.js
/**
* @file
* Placeholder file for custom sub-theme behaviors.
*
*/
(function ($, Drupal) {
/**
* Use this behavior as a template for custom Javascript.
*/
Drupal.behaviors.exampleBehavior = {
attach: function (context, settings) {
//alert("I'm alive!");
}
};
})(jQuery, Drupal);
