Skip to content

Instantly share code, notes, and snippets.

@stefgosselin
Forked from sanglt/Drupal_Module.js
Created March 10, 2013 09:43
Show Gist options
  • Save stefgosselin/5127838 to your computer and use it in GitHub Desktop.
Save stefgosselin/5127838 to your computer and use it in GitHub Desktop.
(function ($) {
Drupal.behaviors.myModule = {
attach: function (context) {
// Code ...
}
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment