Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
var w = window.location.href;
var n = document.getElementById("nav");
var l = n.getElementsByTagName("a");
for(i=0;i<l.length;i++) {
if(l[i].href == w) {
l[i].className = "class_name_current";
}
}l[i].className = l[i].className + "_current";l[i].className += "_current";
1 to 4 of 4