Skip to content

Instantly share code, notes, and snippets.

@nalipaz
Last active August 29, 2015 14:02
Show Gist options
  • Save nalipaz/c223b7414bc205178088 to your computer and use it in GitHub Desktop.
Save nalipaz/c223b7414bc205178088 to your computer and use it in GitHub Desktop.
Drupal.behaviors standard format
(function($) {
Drupal.behaviors.yourModule = {
attach: function (context, settings) {
// Your JS Here!
}
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment