You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(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);
|
|
|