| Current Path : /home/smartbloks/www/sales.smartbloks.ai/wp-content/plugins/pretty-link/js/ |
| Current File : /home/smartbloks/www/sales.smartbloks.ai/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,
});
});