File "43848-layout-partial-20251219180919.js"
Full Path: /www/wwwroot/shphe-en.com/uploads/bb-plugin/cache/43848-layout-partial-20251219180919.js
File size: 3.16 KB
MIME-type: --
Charset: utf-8
(function($){FLBuilderTabs=function(settings)
{this.settings=settings;this.nodeClass='.fl-node-'+settings.id;this._init();};FLBuilderTabs.prototype={settings:{},nodeClass:'',_init:function()
{var win=$(window);$(this.nodeClass+' .fl-tabs-labels .fl-tabs-label').click($.proxy(this._labelClick,this));$(this.nodeClass+' .fl-tabs-panels .fl-tabs-label').click($.proxy(this._responsiveLabelClick,this));if($(this.nodeClass+' .fl-tabs-vertical').length>0){this._resize();win.off('resize'+this.nodeClass);win.on('resize'+this.nodeClass,$.proxy(this._resize,this));}
FLBuilderLayout.preloadAudio(this.nodeClass+' .fl-tabs-panel-content');},_labelClick:function(e)
{var label=$(e.target).closest('.fl-tabs-label'),index=label.data('index'),wrap=label.closest('.fl-tabs'),allIcons=wrap.find('.fl-tabs-panels .fl-tabs-label .fa'),icon=wrap.find('.fl-tabs-panels .fl-tabs-label[data-index="'+index+'"] .fa');allIcons.addClass('fa-plus');icon.removeClass('fa-plus');wrap.find('.fl-tabs-labels:first > .fl-tab-active').removeClass('fl-tab-active');wrap.find('.fl-tabs-panels:first > .fl-tabs-panel > .fl-tab-active').removeClass('fl-tab-active');wrap.find('.fl-tabs-labels:first > .fl-tabs-label[data-index="'+index+'"]').addClass('fl-tab-active');wrap.find('.fl-tabs-panels:first > .fl-tabs-panel > .fl-tabs-panel-content[data-index="'+index+'"]').addClass('fl-tab-active');FLBuilderLayout.refreshGalleries(wrap.find('.fl-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.refreshGridLayout(wrap.find('.fl-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.reloadSlider(wrap.find('.fl-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.resizeAudio(wrap.find('.fl-tabs-panel-content[data-index="'+index+'"]'));},_responsiveLabelClick:function(e)
{var label=$(e.target).closest('.fl-tabs-label'),wrap=label.closest('.fl-tabs'),index=label.data('index'),content=label.siblings('.fl-tabs-panel-content'),activeContent=wrap.find('.fl-tabs-panel-content.fl-tab-active'),activeIndex=activeContent.data('index'),allIcons=wrap.find('.fl-tabs-panels .fl-tabs-label > .fa'),icon=label.find('.fa');if(index==activeIndex){return;}
if(wrap.hasClass('fl-tabs-animation')){return;}
allIcons.addClass('fa-plus');icon.removeClass('fa-plus');wrap.addClass('fl-tabs-animation');activeContent.slideUp('normal');content.slideDown('normal',function(){wrap.find('.fl-tab-active').removeClass('fl-tab-active');wrap.find('.fl-tabs-label[data-index="'+index+'"]').addClass('fl-tab-active');content.addClass('fl-tab-active');wrap.removeClass('fl-tabs-animation');FLBuilderLayout.refreshGalleries(content);FLBuilderLayout.refreshGridLayout(content);FLBuilderLayout.reloadSlider(content);FLBuilderLayout.resizeAudio(content);if(label.offset().top<$(window).scrollTop()+100){$('html, body').animate({scrollTop:label.offset().top-100},500,'swing');}});},_resize:function()
{$(this.nodeClass+' .fl-tabs-vertical').each($.proxy(this._resizeVertical,this));},_resizeVertical:function(e)
{var wrap=$(this.nodeClass+' .fl-tabs-vertical'),labels=wrap.find('.fl-tabs-labels'),panels=wrap.find('.fl-tabs-panels');panels.css('min-height',labels.height()+'px');}};})(jQuery);(function($){$(function(){new FLBuilderTabs({id:'672c9f9270b29'});});})(jQuery);