PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/footcrew.com/wp-content/plugins/WooImporter/assets/js/lighttabs/ |
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/footcrew.com/wp-content/plugins/WooImporter/assets/js/lighttabs/lighttabs.js |
/* Created on : Mar 25, 2016, 5:50:55 PM Author : Geometrix */ (function($){ jQuery.fn.lightTabs = function(options){ var createTabs = function(){ tabs = this; i = 0; showPage = function(rel){ $(tabs).children("div.tab_content").hide(); $(tabs).children('div.tab_content[rel="'+rel+'"]').show(); $(tabs).children(".nav-tab-wrapper").children(".nav-tab").removeClass("nav-tab-active"); $(tabs).children(".nav-tab-wrapper").children('.nav-tab[rel="'+rel+'"]').addClass("nav-tab-active"); }; showPage($(tabs).attr('default-rel')); $(tabs).children(".nav-tab-wrapper").children(".nav-tab").click(function(){ showPage($(this).attr("rel")); return false; }); }; return this.each(createTabs); }; })(jQuery); jQuery(document).ready(function(){ jQuery(".light-tabs").lightTabs(); });