template.site.js.accordion.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of credible-doc-generator Show documentation
Show all versions of credible-doc-generator Show documentation
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.
'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");
}