Skip to content

Instantly share code, notes, and snippets.

@ribel
Created May 3, 2013 08:01
Show Gist options
  • Save ribel/5507825 to your computer and use it in GitHub Desktop.
Save ribel/5507825 to your computer and use it in GitHub Desktop.
Drupal Javascript
(function ($) {
Drupal.behaviors.forExample = {
attach: function (context, settings) {
}
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment