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

template.site.js.accordion.js Maven / Gradle / Ivy

'use strict';

function show(elementId, sourceElement) {
    $(".article-h2").hide();
    $(".closable").fadeOut(0);
    $("#" + elementId).fadeIn(500);
    $(".menu-a").css("font-weight", "normal");
    $(sourceElement).css("font-weight","bold");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy