Skip to content

Instantly share code, notes, and snippets.

@sanglt
Created June 7, 2010 06:44
Show Gist options
  • Save sanglt/428299 to your computer and use it in GitHub Desktop.
Save sanglt/428299 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