![JAR search and dependency download from the Maven repository](/logo.png)
static.js.base.js Maven / Gradle / Ivy
$(function () {
$('.subnavbar').find ('li').each (function (i) {
var mod = i % 3;
if (mod === 2) {
$(this).addClass ('subnavbar-open-right');
}
})
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy