(function ($, Drupal) { Drupal.behaviors.MMTooltip = { attach: function (context) { $(once('mm-tooltip', '.tooltip-link', context)).each(function () { $(this).tooltip({ content: function () { return this.title; } }); }) } } })(jQuery, Drupal);
Главная | Обратная связь