Current File : /pages/54/47/d0016649/home/htdocs/ob_maxi/wp-content/plugins/pretty-link/js/tooltip.js
jQuery(function ($) {
    tippy('.prli-tooltip', {
        content: (reference) => reference.getAttribute('data-title'),
        allowHTML: true,
        trigger: 'mouseenter click',
        interactive: true,

      });
});