Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active November 2, 2019 04:04
Show Gist options
  • Save robdecker/6529108 to your computer and use it in GitHub Desktop.
Save robdecker/6529108 to your computer and use it in GitHub Desktop.
[JavaScript behavior starter] #d7 #js
(function($) {
// Description
Drupal.behaviors.nameOfBehavior = {
attach: function (context, settings) {
}
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment