Server IP : 162.213.251.212 / Your IP : 18.117.196.51 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/www/PIQTV/wp-content/themes/woodmart/inc/admin/assets/js/ |
Upload File : |
(function($) { 'use strict'; $(document).on('mouseenter', '.xts-popup .xts-hint', function () { var $wrapper = $(this); var offset = $wrapper.offset(); var top = offset.top - $(window).scrollTop(); var content = ''; if ( ! $wrapper.hasClass( 'xts-loaded' ) ) { var $attachment = $wrapper.find('img'); if ( ! $attachment.length ) { $attachment = $wrapper.find('video'); } if ( ! $attachment.length || $wrapper.hasClass('xts-loaded')) { return; } $wrapper.addClass('xts-loaded xts-loading'); $attachment.each( function () { var $this = $(this); if ( $this.attr('src') ) { return; } $this.attr('src', $this.data('src') ); }); $attachment.on('load play', function () { $wrapper.removeClass('xts-loading'); }); } if ( 350 >= top ) { $wrapper.find('.xts-tooltip').removeClass('xts-top').addClass('xts-bottom') content = $wrapper.html(); $wrapper.find('.xts-tooltip').removeClass('xts-bottom').addClass('xts-top') } else { content = $wrapper.html(); } $wrapper.find('.xts-tooltip').addClass('xts-hidden'); setTimeout( function () { $('body').append(` <div class="xts-hint-wrapper" style="top: ${top}px; left: ${offset.left}px"> ${content} </div> `); }, 100); }); $(document).on('mouseleave', '.xts-hint', function () { $('.xts-hint-wrapper').remove(); $(this).find('.xts-tooltip').removeClass('xts-hidden'); }); })(jQuery);