HEX
Server: Apache/2
System: Linux server-27-254-144-72.da.direct 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64
User: chok2006 (1409)
PHP: 8.1.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/chok2006/domains/chok2006.com/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);