HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/slfopp7cb1df/www/home/wp-content/plugins/devvn-image-hotspot/frontend/js/maps_points.js
(function($){
	$(document).ready(function(){
		$('.ihotspot_hastooltop').each(function(){
			$(this).data('powertip', function() {
				var htmlThis = $(this).parents('.ihotspot_tooltop_html').attr('data-html');
				return htmlThis;
			});
			var thisPlace = $(this).parents('.ihotspot_tooltop_html').data('placement');
			$(this).powerTip({
				placement: thisPlace,
				smartPlacement: true,
				mouseOnToPopup: true,
			}).on({
				powerTipClose: function() {
					$('#powerTip').html('');
				}
			});;
			$('body').on('click','.close_ihp',function () {
                $.powerTip.hide();
            });
		})
    })
})(jQuery)