PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/news36.travelguides4you.com/seo_blog/wp-content/themes/soledad/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 |
Dir : //home/trave494/news36.travelguides4you.com/seo_blog/wp-content/themes/soledad/js/megamenus.js |
jQuery(document).ready(function ($) { $(document).on('mouseenter', '.penci-block-mega', function () { var t = $(this), left = 0, right = 0, wappercontent = t.find('.penci-dropdown-menu'), itemoffset = t.offset(), blockcontainer = t.find('.penci-mega-content-container'), blockw = wappercontent.outerWidth(), vw = $(window).width(), cw = t.closest('.container').outerWidth(), rightoff = vw - itemoffset.left - (vw - cw) / 2, blockid = blockcontainer.data('blockid'); if (t.hasClass('penci-megapos-center') && itemoffset.left > blockw / 2 && vw - itemoffset.left - t.outerWidth() > blockw / 2) { left = (blockw / 2 - t.outerWidth() / 2) * -1; } else if (rightoff < blockw) { left = (blockw - rightoff) * -1; } if (t.hasClass('penci-megapos-center') && itemoffset.left > blockw / 2 && rightoff > blockw / 2) { right = (blockw / 2 - t.outerWidth() / 2) * -1; } else if (itemoffset.left < blockw && $('body').hasClass('rtl')) { right = (vw - itemoffset.left - t.outerWidth() - (vw - cw) / 2) * -1; } if ($('body').hasClass('rtl')) { wappercontent.css({'right': right + 'px'}); } else { wappercontent.css({'left': left + 'px'}); } wappercontent.css({'display': 'block'}); if (blockcontainer.is(':empty') && t.hasClass('ajax-mega-menu')) { $.ajax({ url: penci_megamenu_var.url, data: { 'action': 'penci_get_ajax_menu_mega_content', 'ids': blockid, 'nonce': penci_megamenu_var.nonce }, dataType: 'json', method: 'POST', beforeSend: function (response) { wappercontent.addClass('loading'); }, success: function (response) { if (response.data.status === 'success') { var dataInsert = response.data.data; blockcontainer.html(dataInsert); $(document).trigger('penci-mega-loaded'); wappercontent.removeClass('loading'); } else { console.log('loading html dropdowns returns wrong data - ', response.data.message); } }, complete: function () { $(document).trigger('penci-mega-complete'); }, error: function () { console.log('loading html dropdowns ajax error'); } }); } }); });