Skip to content

Instantly share code, notes, and snippets.

@morad7
Created December 5, 2015 09:43
Show Gist options
  • Save morad7/78e30e8f048960605c4a to your computer and use it in GitHub Desktop.
Save morad7/78e30e8f048960605c4a to your computer and use it in GitHub Desktop.
Drupal jquery
(function ($) {
Drupal.behaviors.yourBehaviorName = {
attach: function (context, settings) {
//..
}
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment