Opt-out preferences

$(function() { var page_url = window.location.href.substr(window.location.href.lastIndexOf("/")+1); $(".navbar a").each(function() { $(this).attr("href") != page_url && "" != $(this).attr("href") || $(this).addClass("active") }) });