Skip to content

Instantly share code, notes, and snippets.

@eguicciardi
Last active December 30, 2015 03:19
Show Gist options
  • Save eguicciardi/7768944 to your computer and use it in GitHub Desktop.
Save eguicciardi/7768944 to your computer and use it in GitHub Desktop.
Drupal 7.x behaviors snippet
Drupal.behaviors.NomeModuloCustom = {
attach: function (context, settings) {
$('h1').addClass('.titolone');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment