HEX
Server: Apache
System: Linux hz.vslconceptsdomains.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: dkfounda (3233)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dkfounda/public_html/wp-content/themes/sydney/js/info-page.js
;(function($) {

	$('.sydney-tab-nav a').on('click',function (e) {
		e.preventDefault();
		$(this).addClass('active').siblings().removeClass('active');
	});

	$('.sydney-tab-nav .begin').on('click',function (e) {		
		$('.sydney-tab-wrapper .begin').addClass('show').siblings().removeClass('show');
	});	
	$('.sydney-tab-nav .actions, .sydney-tab .actions').on('click',function (e) {		
		e.preventDefault();
		$('.sydney-tab-wrapper .actions').addClass('show').siblings().removeClass('show');

		$('.sydney-tab-nav a.actions').addClass('active').siblings().removeClass('active');

	});	
	$('.sydney-tab-nav .support').on('click',function (e) {		
		$('.sydney-tab-wrapper .support').addClass('show').siblings().removeClass('show');
	});	
	$('.sydney-tab-nav .table').on('click',function (e) {		
		$('.sydney-tab-wrapper .table').addClass('show').siblings().removeClass('show');
	});	


	$('.sydney-tab-wrapper .install-now').on('click',function (e) {	
		$(this).replaceWith('<p style="color:#23d423;font-style:italic;font-size:14px;">Plugin installed and active!</p>');
	});	
	$('.sydney-tab-wrapper .install-now.importer-install').on('click',function (e) {	
		$('.importer-button').show();
	});	


})(jQuery);