All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ninja.diagnostics.diagnostic.js Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
jQuery(document).ready(function() {
	jQuery('.tabs.standard .tab-links a').on('click', function(e)  {
		var currentAttrValue = jQuery(this).attr('href');

		// Show/Hide Tabs
		jQuery('.tabs ' + currentAttrValue).show().siblings().hide();

		// Change/remove current tab to active
		jQuery(this).parent('li').addClass('active').siblings().removeClass('active');

		e.preventDefault();
	});
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy