(function ($, Drupal) { Drupal.behaviors.footnote_tooltips = { attach: function attach(context, settings) { //js goes here //$('.menu').remove(); var footnote_link = $("a[id^='footnote']"); var footnote_link = $("li[id^='footnote']"); } }; })(jQuery, Drupal);