![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/public_html/ondjoweb/admin/assets/pages/ |
/** * Theme: Zircos Admin Template * Author: Coderthemes * Tooltips */ (function ($) { "use strict"; $('#tooltip-hover').tooltipster(); $('#tooltip-events').tooltipster({ trigger: 'click' }); $('#tooltip-html').tooltipster({ content: $('<img src="assets/images/users/avatar-2.jpg" width="50" height="50" /><p style="text-align:left;"><strong>Soufflé chocolate cake powder.</strong> Applicake lollipop oat cake gingerbread.</p>'), // setting a same value to minWidth and maxWidth will result in a fixed width minWidth: 300, maxWidth: 300, position: 'right' }); $('#tooltip-touch').tooltipster({ touchDevices: false }); $('#tooltip-animation').tooltipster({ animation: 'grow' }); $('#tooltip-interaction').tooltipster({ contentAsHTML: true, interactive: true }); // Multiple tooltips $('#tooltip-multiple').tooltipster({ animation: 'swing', content: 'North', multiple: true, position: 'top' }); $('#tooltip-multiple').tooltipster({ content: 'East', multiple: true, position: 'right' }); $('#tooltip-multiple').tooltipster({ animation: 'grow', content: 'South', delay: 200, multiple: true, position: 'bottom' }); $('#tooltip-multiple').tooltipster({ animation: 'fall', content: 'West', multiple: true, position: 'left' }); })(jQuery);