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

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 - 2024 Weber Informatics LLC | Privacy Policy