Server IP : 192.64.118.117 / Your IP : 3.144.13.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/leads/assets/js/jquery-qtip/ |
Upload File : |
jQuery(document).on('mouseover', '.wpl_tooltip', function(event) { // Bind the qTip within the event handler jQuery(this).qtip({ overwrite: false, // Make sure the tooltip won't be overridden once created content: { title: { text: 'What\'s this do?' } }, position: { my: 'bottom center', // Use the corner... at: 'top center', // ...and opposite corner viewport: jQuery(window) }, style: { classes: 'qtip-shadow qtip-jtools', }, show: { event: event.type, // Use the same show event as the one that triggered the event handler ready: true, // Show the tooltip as soon as it's bound, vital so it shows up the first time you hover! solo: true }, hide: 'unfocus' }, event); // Pass through our original event to qTip })