PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/pretty-link/js/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/pretty-link/js/admin_link_list.js

jQuery(document).ready(function($) {

  $('.icon-clipboardjs').each(function(i, el) {
    var $el = $(el),
        copy_text = 'Copy to Clipboard',
        copied_text = 'Copied!',
        copy_error_text = 'Oops, Copy Failed!',
        clipboard = new ClipboardJS(el),
        instance = $el
          .tooltipster({
            theme: 'tooltipster-borderless',
            content: copy_text,
            trigger: 'custom',
            triggerClose: {
              mouseleave: true,
              touchleave: true
            },
            triggerOpen: {
              mouseenter: true,
              touchstart: true
            }
          })
          .tooltipster('instance');

    clipboard
        .on('success', function(e) {
          instance
            .content(copied_text)
            .one('after', function(){
              instance.content(copy_text);
            });
        })
        .on('error', function(e) {
          instance
            .content(copy_error_text)
            .one('after', function(){
              instance.content(copy_text);
            });
        });
  });

  //var clipboardURL = new ClipboardJS('.icon-clipboardjs');

  //$('.icon-clipboardjs').tooltipster( {
  //  theme: 'tooltipster-borderless',
  //  content: 'Copied!',
  //  timer: 800
  //} );

  //clipboardURL.on('success',function(e){
  //  //$(e.trigger).trigger('showtooltip').delay(800).trigger('hidetooltip');
  //  $('.icon-clipboardjs').tooltipster('open');
  //});
});