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

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

Go to download

This module generates documentation for the https://github.com/credibledoc/credible-doc repository projects. See description on the https://github.com/credibledoc/credible-doc page.

There is a newer version: 1.0.51
Show newest version
'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