jQuery(document).ready(function(){LABB_JS.init(),LABB_Tab.event()});var LABB_JS={init:function(){LABB_Tab.init(),LABB_ColorPicker.init()}},LABB_ColorPicker={init:function(){var e=jQuery(".labb-colorpicker");e.length>0&&e.wpColorPicker()}},LABB_Tab={init:function(){jQuery(".labb-tab.selected").each(function(){LABB_Tab.check(jQuery(this))})},event:function(){jQuery(document).on("click",".labb-tab",function(){LABB_Tab.check(jQuery(this))})},check:function(e){var n=e.data("target");e.siblings().removeClass("selected"),e.addClass("selected"),e.closest(".labb-inner").find(".labb-tab-content").removeClass("labb-tab-show").hide(),e.closest(".labb-inner").find(".labb-tab-content."+n).addClass("labb-tab-show").show()}};