(function ($, Drupal) { Drupal.behaviors.footnote_tooltips = { attach: function attach(context, settings) { //js goes here $('.menu').remove(); } }; })(jQuery, Drupal);