HEX
Server: Apache
System: Linux webm008.cluster106.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: associattd (600886)
PHP: 5.6.40
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/s/s/associattd/www/wp-content/plugins/paypal-donations/assets/tabs.js
jQuery(document).ready(function($) {
	$("#paypal-donations-tabs li").each(function() {
		$(this).click(function() {
			var tabId = $(this).attr('id');
			var tabId = tabId.split('_');
			var tabContent = document.getElementById('paypal-donations-tab-content-' + tabId[1]);
			tabContent.style.display = 'block';
			$(this).addClass('nav-tab-active');
			$(this).siblings().removeClass('nav-tab-active');			
			$(tabContent).siblings().css('display','none');	
		});
	});
});