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

ing.prova-engine.1.1.0.source-code.provatesting.js Maven / Gradle / Ivy

$(document).ready(function() {
	$('.header.passed').click(function() {
		rowPassed = $(this).parent().parent().find('.row.passed');
		rowPassedStyle = window.getComputedStyle(rowPassed[0]);
		if(rowPassedStyle.getPropertyValue('font-size') == '0px') {
			rowPassed.css('font-size', 'inherit');
		} else {
			rowPassed.css('font-size', '0px');
		}
	})
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy